Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ def chat_with_bot(user_input):
|
|
16 |
# Create the Gradio interface
|
17 |
iface = gr.Interface(
|
18 |
fn=chat_with_bot,
|
19 |
-
inputs=gr.
|
20 |
-
outputs=gr.
|
21 |
title="English Learning Chatbot",
|
22 |
description="Talk to the chatbot to practice English.",
|
23 |
theme="default"
|
|
|
16 |
# Create the Gradio interface
|
17 |
iface = gr.Interface(
|
18 |
fn=chat_with_bot,
|
19 |
+
inputs=gr.Textbox(label="You:", placeholder="Type your message here..."),
|
20 |
+
outputs=gr.Textbox(label="Bot:"),
|
21 |
title="English Learning Chatbot",
|
22 |
description="Talk to the chatbot to practice English.",
|
23 |
theme="default"
|