DTStudios commited on
Commit
515520d
·
verified ·
1 Parent(s): c9ac72c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -49,8 +49,6 @@ agent = CodeAgent(
49
  )
50
  demo = GradioUI(
51
  agent=get_weather,
52
- title="DTS Weather Tool",
53
- description="Enter a city to get current weather"
54
  )
55
  demo.launch(ssr=False)
56
 
 
49
  )
50
  demo = GradioUI(
51
  agent=get_weather,
 
 
52
  )
53
  demo.launch(ssr=False)
54