Spaces:
Paused
Paused
Update app.py
Browse files
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",
|