Spaces:
Sleeping
Sleeping
vidhiparikh
commited on
Commit
•
c2c21c4
1
Parent(s):
cab01fb
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def chat(input_text):
|
|
118 |
|
119 |
iface = gr.Interface(
|
120 |
fn=chat,
|
121 |
-
inputs=gr.
|
122 |
outputs="text",
|
123 |
layout="vertical",
|
124 |
title="Simple Chatbot",
|
|
|
118 |
|
119 |
iface = gr.Interface(
|
120 |
fn=chat,
|
121 |
+
inputs=gr.Textbox(lines=2, label="User Input"),
|
122 |
outputs="text",
|
123 |
layout="vertical",
|
124 |
title="Simple Chatbot",
|