Vihang28 commited on
Commit
108306e
·
verified ·
1 Parent(s): d3428bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,7 +13,6 @@ title = "Text Correction"
13
 
14
  with gr.Blocks(title=title) as demo:
15
  gr.Markdown(f'<h1 style="text-align: center; margin-bottom: 1rem;">{title}</h1>')
16
- gr.Markdown(description)
17
  with gr.Row():
18
  with gr.Column():
19
  inp_text = gr.Textbox(placeholder="Enter Text..", label="Input")
 
13
 
14
  with gr.Blocks(title=title) as demo:
15
  gr.Markdown(f'<h1 style="text-align: center; margin-bottom: 1rem;">{title}</h1>')
 
16
  with gr.Row():
17
  with gr.Column():
18
  inp_text = gr.Textbox(placeholder="Enter Text..", label="Input")