chenjianfei commited on
Commit
93c3014
·
1 Parent(s): 1141548
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ if __name__ == "__main__":
277
  response = gr.Textbox(label='', value=resp)
278
  login_button = gr.Button("Log In")
279
  llm_select = gr.Dropdown(label= "模型选择", choices=AVALIABLE_MODELS, value=DEFAULT_MODEL_NAME, visible=True)
280
- # d
281
  gr.Markdown("## 高级设置")
282
  with gr.Accordion("点击展开折叠", open=False, visible=True):
283
  mode_select = gr.Radio(label='模式选择', choices=SUPPORT_MODES, value=DEFAULT_MODE)
 
277
  response = gr.Textbox(label='', value=resp)
278
  login_button = gr.Button("Log In")
279
  llm_select = gr.Dropdown(label= "模型选择", choices=AVALIABLE_MODELS, value=DEFAULT_MODEL_NAME, visible=True)
280
+
281
  gr.Markdown("## 高级设置")
282
  with gr.Accordion("点击展开折叠", open=False, visible=True):
283
  mode_select = gr.Radio(label='模式选择', choices=SUPPORT_MODES, value=DEFAULT_MODE)