VP21 commited on
Commit
6e7b66e
·
verified ·
1 Parent(s): 363d9f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from Gradio_UI import GradioUI
12
  @tool
13
  def calculate_bandwidth(users: int, usage: Dict[str, int]) -> float:
14
  """Calculate the recommended internet speed based on user inputs.
15
- Do not forget to apply the overhead to the total bandwidth
16
 
17
  Args:
18
  users: The total number of users requiring internet access.
 
12
  @tool
13
  def calculate_bandwidth(users: int, usage: Dict[str, int]) -> float:
14
  """Calculate the recommended internet speed based on user inputs.
15
+
16
 
17
  Args:
18
  users: The total number of users requiring internet access.