Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|