Spaces:
Runtime error
Runtime error
Commit
·
859d827
1
Parent(s):
f8f8bf3
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ chatbot = gr.Chatbot(label="Chat").style(color_map=("yellow", "purple"))
|
|
75 |
iface = gr.Interface(
|
76 |
fn=chat,
|
77 |
inputs=[
|
78 |
-
gr.Textbox(placeholder="
|
79 |
"state",
|
80 |
],
|
81 |
outputs=[chatbot, "state"],
|
|
|
75 |
iface = gr.Interface(
|
76 |
fn=chat,
|
77 |
inputs=[
|
78 |
+
gr.Textbox(placeholder="在这里数据您的问题", label="Message"),
|
79 |
"state",
|
80 |
],
|
81 |
outputs=[chatbot, "state"],
|