Spaces:
Runtime error
Runtime error
Research Agent
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -53,7 +53,7 @@ class GradioUI:
|
|
| 53 |
# Ліва колонка (чат)
|
| 54 |
with gr.Column(scale=1):
|
| 55 |
chatbot = gr.Chatbot(
|
| 56 |
-
label="Research
|
| 57 |
height=500,
|
| 58 |
show_copy_button=True,
|
| 59 |
container=True,
|
|
|
|
| 53 |
# Ліва колонка (чат)
|
| 54 |
with gr.Column(scale=1):
|
| 55 |
chatbot = gr.Chatbot(
|
| 56 |
+
label="Research Agent",
|
| 57 |
height=500,
|
| 58 |
show_copy_button=True,
|
| 59 |
container=True,
|