Daniton commited on
Commit
717d3a9
·
1 Parent(s): 26f140a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -74,7 +74,8 @@ chatbot = gr.Chatbot(label="Chat").style(color_map=("yellow", "purple"))
74
  iface = gr.Interface(
75
  fn=chat,
76
  inputs=[
77
- gr.Textbox(placeholder="Hello! How are you? etc.", label="Message"),
 
78
  "state",
79
  ],
80
  outputs=[chatbot, "state"],
 
74
  iface = gr.Interface(
75
  fn=chat,
76
  inputs=[
77
+ gr.CustomHTML("<div style='height: 200px;'></div>"),
78
+ gr.Textbox(placeholder="Hello there 👋🏼 ", label="Message"),
79
  "state",
80
  ],
81
  outputs=[chatbot, "state"],