rupeshs commited on
Commit
c29159c
·
1 Parent(s): 5a96d7e

moon phase update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from Gradio_UI import GradioUI
10
 
11
 
12
  @tool
13
- def get_moon_phase(date=None) -> str:
14
  """
15
  Calculates and returns the current moon phase.
16
 
 
10
 
11
 
12
  @tool
13
+ def get_moon_phase(date: datetime.date) -> str:
14
  """
15
  Calculates and returns the current moon phase.
16