Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://
|
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 |
|