Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def tester(str1, str2):
|
|
51 |
|
52 |
cur_date = datetime.strptime(date_str, date_format)
|
53 |
|
54 |
-
return cur_date
|
55 |
|
56 |
iface = gr.Interface(
|
57 |
fn=tester,
|
|
|
51 |
|
52 |
cur_date = datetime.strptime(date_str, date_format)
|
53 |
|
54 |
+
return str(cur_date.month)
|
55 |
|
56 |
iface = gr.Interface(
|
57 |
fn=tester,
|