Spaces:
Running
Running
ai_name_update = gr.update(value="foxcat")
Browse files
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="
|
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)
|