Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def on_this_day(date: str) -> str:
|
|
| 44 |
Searches for notable historical events that happened on a given date using DuckDuckGo.
|
| 45 |
|
| 46 |
Args:
|
| 47 |
-
date
|
| 48 |
or 'Day Month' (e.g., '18 March') if the year is unknown.
|
| 49 |
|
| 50 |
Returns:
|
|
|
|
| 44 |
Searches for notable historical events that happened on a given date using DuckDuckGo.
|
| 45 |
|
| 46 |
Args:
|
| 47 |
+
date: The date to search for, formatted as 'Day Month Year' (e.g., '18 March 1995')
|
| 48 |
or 'Day Month' (e.g., '18 March') if the year is unknown.
|
| 49 |
|
| 50 |
Returns:
|