Mhassanen commited on
Commit
70de68e
·
verified ·
1 Parent(s): 82b027d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ import matplotlib.pyplot as plt
6
  import seaborn as sns
7
 
8
  # API URL (replace with your ngrok URL)
9
- API_URL = "https://c6d9-34-27-134-153.ngrok-free.app/query" # Replace with your ngrok public URL
 
10
 
11
  # Streamlit app
12
  st.title("SQL Agent with Streamlit")
 
6
  import seaborn as sns
7
 
8
  # API URL (replace with your ngrok URL)
9
+ API_URL = "https://596f-34-27-134-153.ngrok-free.app/query" # Replace with your ngrok public URL
10
+
11
 
12
  # Streamlit app
13
  st.title("SQL Agent with Streamlit")