GarimaPuri01 commited on
Commit
453ddc6
·
verified ·
1 Parent(s): a46bded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio
2
  def chatbot(input_text):
 
3
  if input_text.lower() == "hello":
4
  return "Hello, how can i help you."
5
  elif input_text.lower() == "how are you":
 
1
  import gradio
2
  def chatbot(input_text):
3
+
4
  if input_text.lower() == "hello":
5
  return "Hello, how can i help you."
6
  elif input_text.lower() == "how are you":