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

Update app.py

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