saja003 commited on
Commit
a858b9e
·
verified ·
1 Parent(s): 218c3b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ demo = gr.Interface(
12
  fn=greet,
13
  description="Please select if you are happy or not.",
14
  title="Happiness Checker",
15
- inputs=gr.inputs.Radio(["Yes", "No"], label="Are you happy?"),
16
  outputs="text"
17
  )
18
 
 
12
  fn=greet,
13
  description="Please select if you are happy or not.",
14
  title="Happiness Checker",
15
+ inputs=gr.Radio(["Yes", "No"], label="Are you happy?"),
16
  outputs="text"
17
  )
18