clarkchan commited on
Commit
ee55769
·
1 Parent(s): dc1c699

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,8 +51,8 @@ css = '''
51
  '''
52
 
53
  iface = gr.Interface(fn=chat,
54
- inputs=gr.inputs.Textbox(lines=3, placeholder="在此输入您的问题..."),
55
  outputs=gr.outputs.HTML(),
 
56
  title="ChatGPT 对话",
57
  description="请输入您的问题,然后按回车键或单击提交。",
58
  layout="vertical",
 
51
  '''
52
 
53
  iface = gr.Interface(fn=chat,
 
54
  outputs=gr.outputs.HTML(),
55
+ inputs=gr.inputs.Textbox(lines=3, placeholder="在此输入您的问题..."),
56
  title="ChatGPT 对话",
57
  description="请输入您的问题,然后按回车键或单击提交。",
58
  layout="vertical",