Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def get_random_integer(Start_num:int, End_num:int)-> str: #it's import to specif
|
|
| 23 |
return f"The Random Number between {Start_num} and {End_num} is: {rand_num}"
|
| 24 |
|
| 25 |
except Exception as e:
|
| 26 |
-
return f"Error fetching Random Number between {Start_num} and {End_num}
|
| 27 |
|
| 28 |
|
| 29 |
@tool
|
|
|
|
| 23 |
return f"The Random Number between {Start_num} and {End_num} is: {rand_num}"
|
| 24 |
|
| 25 |
except Exception as e:
|
| 26 |
+
return f"Error fetching Random Number between {Start_num} and {End_num}:{str(e)}"
|
| 27 |
|
| 28 |
|
| 29 |
@tool
|