Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,6 @@ def chatbot(question,chat_history):
|
|
22 |
return response
|
23 |
demo = gr.ChatInterface(
|
24 |
fn=chatbot,
|
25 |
-
#inputs=gr.Textbox(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 |
title="Chatbot",
|
26 |
description="Helpful AI Assistant!!"
|
27 |
)
|