Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def guess_number(user_guess):
|
|
| 12 |
elif user_guess < secret_number:
|
| 13 |
response = "π Too low! Try again."
|
| 14 |
else:
|
| 15 |
-
response = "π
|
| 16 |
return response
|
| 17 |
|
| 18 |
iface = gr.Interface(
|
|
|
|
| 12 |
elif user_guess < secret_number:
|
| 13 |
response = "π Too low! Try again."
|
| 14 |
else:
|
| 15 |
+
response = "π its a good number."
|
| 16 |
return response
|
| 17 |
|
| 18 |
iface = gr.Interface(
|