saja003 commited on
Commit
f29570a
·
verified ·
1 Parent(s): 1bfb92d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  def greet(feel):
4
  if feel.lower() == "yes":
5
  return "That's Good"
6
- if feel.lower() == "No":
7
  return "That's Bad"
8
  else:
9
  return "Invalid Input"
 
3
  def greet(feel):
4
  if feel.lower() == "yes":
5
  return "That's Good"
6
+ elif feel.lower() == "no":
7
  return "That's Bad"
8
  else:
9
  return "Invalid Input"