Update app.py
Browse files
app.py
CHANGED
@@ -77,6 +77,7 @@ with gr.Blocks(css=CSS, theme="default") as demo:
|
|
77 |
1. Enter Arabic text in the box.
|
78 |
2. Click **Analyze**.
|
79 |
3. Review the results and suggested action.
|
|
|
80 |
|
81 |
with gr.Column(scale=3):
|
82 |
gr.Markdown("### Enter Arabic Text for Analysis")
|
|
|
77 |
1. Enter Arabic text in the box.
|
78 |
2. Click **Analyze**.
|
79 |
3. Review the results and suggested action.
|
80 |
+
""")
|
81 |
|
82 |
with gr.Column(scale=3):
|
83 |
gr.Markdown("### Enter Arabic Text for Analysis")
|