wmpscc commited on
Commit
4470b44
1 Parent(s): 29ea77e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",