simon-clmtd commited on
Commit
16b3687
·
verified ·
1 Parent(s): a5c752c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- info_btn = gr.Button("Help", size="sm", scale=1)
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: