JelleKoolstra commited on
Commit
e7168a7
·
verified ·
1 Parent(s): 6ab36fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 (str): The user's question.
18
- mood (int): The current mood (1=positive, 2=neutral, 3=negative).
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).