skywalker231 commited on
Commit
0816dc6
·
verified ·
1 Parent(s): c8ee826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,5 +64,5 @@ agent = CodeAgent(
64
  description=None,
65
  prompt_templates=prompt_templates
66
  )
67
- timezone = get_current_time_in_timezone("Kerala/India")
68
  GradioUI(agent).launch()
 
64
  description=None,
65
  prompt_templates=prompt_templates
66
  )
67
+ timezone = get_current_time_in_timezone("Asia/Kolkata")
68
  GradioUI(agent).launch()