Mhassanen commited on
Commit
692548a
·
verified ·
1 Parent(s): abfba88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from st_aggrid import AgGrid
7
  from streamlit_echarts import st_echarts
8
 
9
  # API endpoint for SQL Agent
10
- API_URL = "https://b6ae-35-234-51-197.ngrok-free.app/query"
11
 
12
  st.set_page_config(page_title="SQL Agent with Streamlit", page_icon=":bar_chart:", layout="wide")
13
 
 
7
  from streamlit_echarts import st_echarts
8
 
9
  # API endpoint for SQL Agent
10
+ API_URL = "https://1a67-35-234-51-197.ngrok-free.app/query"
11
 
12
  st.set_page_config(page_title="SQL Agent with Streamlit", page_icon=":bar_chart:", layout="wide")
13