Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,5 @@ def chatbot(input_text):
|
|
10 |
else:
|
11 |
return "I'm sorry, I don't understand. Could you please rephrase your question?."
|
12 |
|
13 |
-
|
14 |
demo = gradio.Interface(fn=chatbot, inputs="text", outputs="text", title="Chatbot")
|
15 |
demo.launch()
|
|
|
10 |
else:
|
11 |
return "I'm sorry, I don't understand. Could you please rephrase your question?."
|
12 |
|
|
|
13 |
demo = gradio.Interface(fn=chatbot, inputs="text", outputs="text", title="Chatbot")
|
14 |
demo.launch()
|