youngtsai commited on
Commit
e2b5ef9
·
1 Parent(s): 0ee794c

ai_name_update = gr.update(value="foxcat")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2438,7 +2438,7 @@ def chatbot_select(chatbot_name):
2438
  chatbot_open_ai_visible = gr.update(visible=False)
2439
  chatbot_open_ai_streaming_visible = gr.update(visible=False)
2440
  chatbot_jutor_visible = gr.update(visible=False)
2441
- ai_name_update = gr.update(value="jutor")
2442
 
2443
  if chatbot_name == "chatbot_open_ai":
2444
  chatbot_open_ai_visible = gr.update(visible=True)
 
2438
  chatbot_open_ai_visible = gr.update(visible=False)
2439
  chatbot_open_ai_streaming_visible = gr.update(visible=False)
2440
  chatbot_jutor_visible = gr.update(visible=False)
2441
+ ai_name_update = gr.update(value="foxcat")
2442
 
2443
  if chatbot_name == "chatbot_open_ai":
2444
  chatbot_open_ai_visible = gr.update(visible=True)