Spaces:
Running
Running
oceansweep
commited on
Update App_Function_Libraries/Gradio_Related.py
Browse files
App_Function_Libraries/Gradio_Related.py
CHANGED
@@ -263,7 +263,7 @@ def launch_ui(share_public=None, server_mode=False):
|
|
263 |
)
|
264 |
db_config = get_db_config()
|
265 |
db_type = db_config['type']
|
266 |
-
gr.Markdown(f"# tl/dw: Your LLM-powered Research Multi-tool")
|
267 |
gr.Markdown(f"(Using {db_type.capitalize()} Database)")
|
268 |
with gr.Tabs():
|
269 |
with gr.TabItem("Transcription / Summarization / Ingestion", id="ingestion-grouping"):
|
|
|
263 |
)
|
264 |
db_config = get_db_config()
|
265 |
db_type = db_config['type']
|
266 |
+
gr.Markdown(f"# tl/dw: Your LLM-powered Research Multi-tool - Demo Broken due to Gradio bug")
|
267 |
gr.Markdown(f"(Using {db_type.capitalize()} Database)")
|
268 |
with gr.Tabs():
|
269 |
with gr.TabItem("Transcription / Summarization / Ingestion", id="ingestion-grouping"):
|