Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import seaborn as sns
|
6 |
|
7 |
-
API_URL = "https://
|
8 |
|
9 |
st.set_page_config(
|
10 |
page_title="SQL Agent with Streamlit",
|
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import seaborn as sns
|
6 |
|
7 |
+
API_URL = "https://5415-34-127-95-74.ngrok-free.app/query"
|
8 |
|
9 |
st.set_page_config(
|
10 |
page_title="SQL Agent with Streamlit",
|