fliaght commited on
Commit
2e7e3cf
·
1 Parent(s): 7cda732

small modification

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ with gr.Blocks() as demo:
46
  with gr.Tab("GPT-3.5"):
47
  chatbot = gr.Chatbot(label ='对话记录')
48
  msg = gr.Textbox(label ='输入框')
 
49
  sub = gr.Button("发送")
50
  clear = gr.Button("清除")
51
  state = gr.State([])
 
46
  with gr.Tab("GPT-3.5"):
47
  chatbot = gr.Chatbot(label ='对话记录')
48
  msg = gr.Textbox(label ='输入框')
49
+
50
  sub = gr.Button("发送")
51
  clear = gr.Button("清除")
52
  state = gr.State([])