Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ def chatbot(question):
|
|
22 |
return response
|
23 |
demo = gr.ChatInterface(
|
24 |
fn=chatbot,
|
25 |
-
inputs=gr.Textbox(lines=2, label="Question"),
|
26 |
-
outputs=gr.Textbox(label="Answer"),
|
27 |
title="Chatbot",
|
28 |
description="Helpful AI Assistant!!"
|
29 |
)
|
|
|
22 |
return response
|
23 |
demo = gr.ChatInterface(
|
24 |
fn=chatbot,
|
25 |
+
#inputs=gr.Textbox(lines=2, label="Question"),
|
26 |
+
#outputs=gr.Textbox(label="Answer"),
|
27 |
title="Chatbot",
|
28 |
description="Helpful AI Assistant!!"
|
29 |
)
|