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