Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ def magic_8_ball(question:str, mood:int)-> str: #it's import to specify the retu
|
|
| 13 |
"""
|
| 14 |
Simulates a Magic 8 Ball based on mood.
|
| 15 |
|
| 16 |
-
|
| 17 |
-
question: The user's question.
|
| 18 |
mood: The current mood (1=positive, 2=neutral, 3=negative).
|
| 19 |
|
| 20 |
Returns:
|
|
|
|
| 13 |
"""
|
| 14 |
Simulates a Magic 8 Ball based on mood.
|
| 15 |
|
| 16 |
+
Args:
|
| 17 |
+
question: The user's question, must end with a '?'.
|
| 18 |
mood: The current mood (1=positive, 2=neutral, 3=negative).
|
| 19 |
|
| 20 |
Returns:
|