Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def get_random_joke()-> str: #it's import to specify the return type
|
|
| 34 |
def get_user_row(username: str) -> str:
|
| 35 |
"""A tool that fetches more information about the user in a .csv file.
|
| 36 |
Args:
|
| 37 |
-
|
| 38 |
"""
|
| 39 |
|
| 40 |
try:
|
|
|
|
| 34 |
def get_user_row(username: str) -> str:
|
| 35 |
"""A tool that fetches more information about the user in a .csv file.
|
| 36 |
Args:
|
| 37 |
+
username: A string that's the user name.
|
| 38 |
"""
|
| 39 |
|
| 40 |
try:
|