Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def vanilla_chatbot(message, history):
|
|
33 |
demo_chatbot = gr.Interface(
|
34 |
fn=vanilla_chatbot,
|
35 |
inputs=gr.Textbox(lines=2, placeholder="Enter your message here..."),
|
36 |
-
outputs=gr.Textbox(placeholder="Bot response will appear here..."
|
37 |
title="Mashdemy Chatbot",
|
38 |
description="Enter text to start chatting."
|
39 |
)
|
|
|
33 |
demo_chatbot = gr.Interface(
|
34 |
fn=vanilla_chatbot,
|
35 |
inputs=gr.Textbox(lines=2, placeholder="Enter your message here..."),
|
36 |
+
outputs=gr.Textbox(placeholder="Bot response will appear here..."),
|
37 |
title="Mashdemy Chatbot",
|
38 |
description="Enter text to start chatting."
|
39 |
)
|