Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as app:
|
|
| 90 |
|
| 91 |
with gr.Row():
|
| 92 |
with gr.Column():
|
| 93 |
-
gr.Markdown("### ===========
|
| 94 |
headings_output = gr.Markdown()
|
| 95 |
with gr.Column():
|
| 96 |
# ✅ elem_id added to target this textbox specifically
|
|
|
|
| 90 |
|
| 91 |
with gr.Row():
|
| 92 |
with gr.Column():
|
| 93 |
+
gr.Markdown("### ===========-------> Removed Headings <-------===========")
|
| 94 |
headings_output = gr.Markdown()
|
| 95 |
with gr.Column():
|
| 96 |
# ✅ elem_id added to target this textbox specifically
|