update help text alignment
Browse files
app.py
CHANGED
@@ -234,8 +234,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
234 |
chatbot.change(fn = upload_button_config, outputs=btn_upload) #, scroll_to_output = True)
|
235 |
text_in.submit(None, [], [], _js = "() => document.getElementById('#chatbot-component').scrollTop = document.getElementById('#chatbot-component').scrollHeight")
|
236 |
|
237 |
-
with gr.Accordion("Release Notes", open=False):
|
238 |
-
|
239 |
|
240 |
demo.queue(concurrency_count=10)
|
241 |
demo.launch(debug=True, width="80%", height=2000)
|
|
|
234 |
chatbot.change(fn = upload_button_config, outputs=btn_upload) #, scroll_to_output = True)
|
235 |
text_in.submit(None, [], [], _js = "() => document.getElementById('#chatbot-component').scrollTop = document.getElementById('#chatbot-component').scrollHeight")
|
236 |
|
237 |
+
#with gr.Accordion("Release Notes", open=False):
|
238 |
+
gr.Markdown(help_text)
|
239 |
|
240 |
demo.queue(concurrency_count=10)
|
241 |
demo.launch(debug=True, width="80%", height=2000)
|