Tuchuanhuhuhu commited on
Commit
469aa95
1 Parent(s): d9e7dbc

用语小改

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
64
 
65
  with gr.Column():
66
  with gr.Column(min_width=50, scale=1):
67
- with gr.Tab(label="ChatGPT"):
68
  keyTxt = gr.Textbox(
69
  show_label=True,
70
  placeholder=f"OpenAI API-key...",
 
64
 
65
  with gr.Column():
66
  with gr.Column(min_width=50, scale=1):
67
+ with gr.Tab(label="模型"):
68
  keyTxt = gr.Textbox(
69
  show_label=True,
70
  placeholder=f"OpenAI API-key...",