Daniton commited on
Commit
1c71c02
โ€ข
1 Parent(s): 717d3a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -74,7 +74,6 @@ chatbot = gr.Chatbot(label="Chat").style(color_map=("yellow", "purple"))
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
  ],
 
74
  iface = gr.Interface(
75
  fn=chat,
76
  inputs=[
 
77
  gr.Textbox(placeholder="Hello there ๐Ÿ‘‹๐Ÿผ ", label="Message"),
78
  "state",
79
  ],