Tonic commited on
Commit
23e47c7
1 Parent(s): 58f99ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def process_text(user_message):
75
  return diff_texts(user_message, corrected_text)
76
 
77
  with gr.Blocks(theme=gr.themes.Base()) as demo:
78
- gr.MarkDown(description)
79
  text_input = gr.Textbox(
80
  label="↘️Enter 👁️OCR'ed Text Outputs Here",
81
  info="""Hi there, ;fémy name à`gis tonic 45and i like to ride my vpotz""",
 
75
  return diff_texts(user_message, corrected_text)
76
 
77
  with gr.Blocks(theme=gr.themes.Base()) as demo:
78
+ gr.Markdown(description)
79
  text_input = gr.Textbox(
80
  label="↘️Enter 👁️OCR'ed Text Outputs Here",
81
  info="""Hi there, ;fémy name à`gis tonic 45and i like to ride my vpotz""",