samdotslash commited on
Commit
1156916
·
verified ·
1 Parent(s): 3ee1ce2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}":{str(e)}
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