Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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 |
|