Spaces:
Sleeping
Sleeping
Update agentic_ui.py
Browse files- agentic_ui.py +1 -1
agentic_ui.py
CHANGED
|
@@ -51,7 +51,7 @@ def create_agentic_ui(input_api_key, model_dropdown):
|
|
| 51 |
with gr.Row():
|
| 52 |
# Left column for threads (optional)
|
| 53 |
with gr.Column(scale=1):
|
| 54 |
-
gr.Markdown("###
|
| 55 |
threads = gr.Textbox(label="Threads", interactive=False)
|
| 56 |
|
| 57 |
# Center column for chat messages
|
|
|
|
| 51 |
with gr.Row():
|
| 52 |
# Left column for threads (optional)
|
| 53 |
with gr.Column(scale=1):
|
| 54 |
+
gr.Markdown("### Threadss")
|
| 55 |
threads = gr.Textbox(label="Threads", interactive=False)
|
| 56 |
|
| 57 |
# Center column for chat messages
|