GarimaPuri01 commited on
Commit
5f50b00
·
verified ·
1 Parent(s): 284bb12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()