fix
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def cqa_tab(tab_name):
|
|
119 |
with gr.Row(elem_id="chatbot-row"):
|
120 |
# Left column - Chat interface
|
121 |
with gr.Column(scale=2):
|
122 |
-
chatbot, textbox, config_button = create_chat_interface()
|
123 |
|
124 |
# Right column - Content panels
|
125 |
with gr.Column(scale=2, variant="panel", elem_id="right-panel"):
|
|
|
119 |
with gr.Row(elem_id="chatbot-row"):
|
120 |
# Left column - Chat interface
|
121 |
with gr.Column(scale=2):
|
122 |
+
chatbot, textbox, config_button = create_chat_interface(tab_name)
|
123 |
|
124 |
# Right column - Content panels
|
125 |
with gr.Column(scale=2, variant="panel", elem_id="right-panel"):
|