Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ def chatbot_response(input_text):
|
|
16 |
|
17 |
iface = gr.Interface(
|
18 |
fn=chatbot_response,
|
19 |
-
inputs=gr.
|
20 |
-
outputs=
|
21 |
title="Korean Chatbot",
|
22 |
description="Ask anything!"
|
23 |
)
|
|
|
16 |
|
17 |
iface = gr.Interface(
|
18 |
fn=chatbot_response,
|
19 |
+
inputs=gr.Textbox(lines=2, placeholder="Enter your text here..."),
|
20 |
+
outputs=gr.Textbox(),
|
21 |
title="Korean Chatbot",
|
22 |
description="Ask anything!"
|
23 |
)
|