waelstaha commited on
Commit
5af4755
·
1 Parent(s): 705820b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -76,7 +76,6 @@ def plot_chart():
76
  return agent_executor.run(question)
77
 
78
 
79
- # sql_agent = get_sql_agent()
80
  db_chain = get_db_chain()
81
  json_chain = get_json_chain()
82
 
 
76
  return agent_executor.run(question)
77
 
78
 
 
79
  db_chain = get_db_chain()
80
  json_chain = get_json_chain()
81