Kate0816 commited on
Commit
2af6fb9
·
1 Parent(s): a893fee

Update ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
209
 
210
 
211
 
212
- with gr.Tabs(elem_id="chuanhu-toolbox-tabs",visible=False) as tabs:
213
  with gr.Tab(label=i18n("对话")):
214
  keyTxt = gr.Textbox(
215
  show_label=True,
 
209
 
210
 
211
 
212
+ with gr.Tabs(elem_id="chuanhu-toolbox-tabs",visible=True) as tabs:
213
  with gr.Tab(label=i18n("对话")):
214
  keyTxt = gr.Textbox(
215
  show_label=True,