Spaces:
Runtime error
Runtime error
Dongxu Li
commited on
Commit
•
0895c8d
1
Parent(s):
27cca60
update.
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ with gr.Blocks(
|
|
221 |
|
222 |
# with gr.Row():
|
223 |
with gr.Column(scale=1):
|
224 |
-
chat_input = gr.Textbox(lines=
|
225 |
chat_input.submit(
|
226 |
inference_chat,
|
227 |
[
|
|
|
221 |
|
222 |
# with gr.Row():
|
223 |
with gr.Column(scale=1):
|
224 |
+
chat_input = gr.Textbox(lines=1, label="Chat Input")
|
225 |
chat_input.submit(
|
226 |
inference_chat,
|
227 |
[
|