Spaces:
Running
Running
oceansweep
commited on
Commit
•
59c0160
1
Parent(s):
e40ab2b
Update App_Function_Libraries/Gradio_Related.py
Browse files
App_Function_Libraries/Gradio_Related.py
CHANGED
@@ -253,8 +253,6 @@ def launch_ui(share_public=None, server_mode=False):
|
|
253 |
db_type = db_config['type']
|
254 |
gr.Markdown(f"# tl/dw: Your LLM-powered Research Multi-tool")
|
255 |
gr.Markdown(f"(Using {db_type.capitalize()} Database)")
|
256 |
-
with gr.Tabs():
|
257 |
-
with gr.TabItem("Transcription / Summarization / Ingestion"):
|
258 |
with gr.Tabs():
|
259 |
with gr.TabItem("Transcription / Summarization / Ingestion"):
|
260 |
with gr.Tabs():
|
|
|
253 |
db_type = db_config['type']
|
254 |
gr.Markdown(f"# tl/dw: Your LLM-powered Research Multi-tool")
|
255 |
gr.Markdown(f"(Using {db_type.capitalize()} Database)")
|
|
|
|
|
256 |
with gr.Tabs():
|
257 |
with gr.TabItem("Transcription / Summarization / Ingestion"):
|
258 |
with gr.Tabs():
|