Update app.py
Browse files
app.py
CHANGED
|
@@ -77,6 +77,7 @@ with gr.Blocks(title="Solr Normalization Demo") as demo:
|
|
| 77 |
label="Language"
|
| 78 |
)
|
| 79 |
submit_btn = gr.Button("🚀 Normalize Text", variant="primary")
|
|
|
|
| 80 |
|
| 81 |
with gr.Column():
|
| 82 |
with gr.Row():
|
|
@@ -86,7 +87,7 @@ with gr.Blocks(title="Solr Normalization Demo") as demo:
|
|
| 86 |
placeholder="Results will appear here...",
|
| 87 |
scale=10
|
| 88 |
)
|
| 89 |
-
|
| 90 |
|
| 91 |
# Info modal/accordion for pipeline details
|
| 92 |
with gr.Accordion("📝 Help", open=False, visible=False) as info_accordion:
|
|
|
|
| 77 |
label="Language"
|
| 78 |
)
|
| 79 |
submit_btn = gr.Button("🚀 Normalize Text", variant="primary")
|
| 80 |
+
info_btn = gr.Button("Help", size="sm", scale=1)
|
| 81 |
|
| 82 |
with gr.Column():
|
| 83 |
with gr.Row():
|
|
|
|
| 87 |
placeholder="Results will appear here...",
|
| 88 |
scale=10
|
| 89 |
)
|
| 90 |
+
|
| 91 |
|
| 92 |
# Info modal/accordion for pipeline details
|
| 93 |
with gr.Accordion("📝 Help", open=False, visible=False) as info_accordion:
|