DTStudios commited on
Commit
a7dbdd7
·
verified ·
1 Parent(s): 933d618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ agent = CodeAgent(
50
  demo = GradioUI(
51
  agent=get_weather,
52
  )
53
- demo.launch(ssr=False)
54
 
55
  @tool
56
  def get_current_time_in_timezone(timezone: str) -> str:
 
50
  demo = GradioUI(
51
  agent=get_weather,
52
  )
53
+ demo.launch(ssr=False)
54
 
55
  @tool
56
  def get_current_time_in_timezone(timezone: str) -> str: