maslionok
commited on
Commit
·
b354031
1
Parent(s):
40bbaba
fix
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ with gr.Blocks(title="Solr Normalization Demo") as demo:
|
|
| 74 |
placeholder="Results will appear here...",
|
| 75 |
scale=10
|
| 76 |
)
|
| 77 |
-
info_btn = gr.Button("
|
| 78 |
|
| 79 |
# Info modal/accordion for pipeline details
|
| 80 |
with gr.Accordion("📝 About the Pipeline", open=False, visible=False) as info_accordion:
|
|
|
|
| 74 |
placeholder="Results will appear here...",
|
| 75 |
scale=10
|
| 76 |
)
|
| 77 |
+
info_btn = gr.Button("Analyzer Pipeline Explanation", size="sm", scale=1)
|
| 78 |
|
| 79 |
# Info modal/accordion for pipeline details
|
| 80 |
with gr.Accordion("📝 About the Pipeline", open=False, visible=False) as info_accordion:
|