Update app.py
Browse files
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 |
],
|