GarimaPuri01 commited on
Commit
d463146
·
verified ·
1 Parent(s): 6c91425

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,5 +8,6 @@ def chatbot(input_text):
8
  return "Goodbye! Have a great day."
9
  else:
10
  return "I'm sorry, I don't understand. Could you please rephrase your question?."
 
11
  demo = gradio.Interface(fn=chatbot, inputs="text", outputs="text", title="Chatbot")
12
  demo.launch()
 
8
  return "Goodbye! Have a great day."
9
  else:
10
  return "I'm sorry, I don't understand. Could you please rephrase your question?."
11
+
12
  demo = gradio.Interface(fn=chatbot, inputs="text", outputs="text", title="Chatbot")
13
  demo.launch()