Spaces:
Sleeping
Sleeping
罗峰
commited on
Commit
·
48c6645
1
Parent(s):
7b5e727
app commit
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(css=".chat-blocks{height:calc(100vh - 332px);} .mychat{flex:1} .m
|
|
88 |
file = gr.Image(type="filepath")
|
89 |
chatbot = gr.Chatbot(label="图像识别", show_label=False)
|
90 |
with gr.Column(elem_classes="myinput"):
|
91 |
-
user_input = gr.Textbox(show_label=False, placeholder="
|
92 |
container=False)
|
93 |
submitBtn = gr.Button("提交", variant="primary", elem_classes="btn1")
|
94 |
emptyBtn = gr.Button("清除历史").style(container=False)
|
|
|
88 |
file = gr.Image(type="filepath")
|
89 |
chatbot = gr.Chatbot(label="图像识别", show_label=False)
|
90 |
with gr.Column(elem_classes="myinput"):
|
91 |
+
user_input = gr.Textbox(show_label=False, placeholder="请描述您的问题", lines=1).style(
|
92 |
container=False)
|
93 |
submitBtn = gr.Button("提交", variant="primary", elem_classes="btn1")
|
94 |
emptyBtn = gr.Button("清除历史").style(container=False)
|