timeki commited on
Commit
7f0d3b6
·
1 Parent(s): 2619e14
Files changed (1) hide show
  1. app.py +1 -1
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"):