Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ if __name__ == '__main__':
|
|
46 |
demo = gr.ChatInterface(
|
47 |
process,
|
48 |
chatbot=gr.Chatbot(height=600, show_label=True, label="Linly"),
|
49 |
-
textbox=gr.Textbox(placeholder="Input", container=True, scale=7, lines=3),
|
50 |
title="Linly ChatFlow",
|
51 |
description="",
|
52 |
theme="soft",
|
|
|
46 |
demo = gr.ChatInterface(
|
47 |
process,
|
48 |
chatbot=gr.Chatbot(height=600, show_label=True, label="Linly"),
|
49 |
+
textbox=gr.Textbox(placeholder="Input", container=True, scale=7, lines=3, show_label=False),
|
50 |
title="Linly ChatFlow",
|
51 |
description="",
|
52 |
theme="soft",
|