Spaces:
Sleeping
Sleeping
Fix
Browse files
app.py
CHANGED
|
@@ -28,10 +28,8 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 28 |
def get_fun_fact(topic: str) -> str:
|
| 29 |
"""
|
| 30 |
Finds a fun fact about a given topic using DuckDuckGo.
|
| 31 |
-
|
| 32 |
Args:
|
| 33 |
topic (str): The topic to search for a fun fact about.
|
| 34 |
-
|
| 35 |
Returns:
|
| 36 |
str: A fun fact related to the topic or an error message.
|
| 37 |
"""
|
|
|
|
| 28 |
def get_fun_fact(topic: str) -> str:
|
| 29 |
"""
|
| 30 |
Finds a fun fact about a given topic using DuckDuckGo.
|
|
|
|
| 31 |
Args:
|
| 32 |
topic (str): The topic to search for a fun fact about.
|
|
|
|
| 33 |
Returns:
|
| 34 |
str: A fun fact related to the topic or an error message.
|
| 35 |
"""
|