Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
|
|
6 |
import seaborn as sns
|
7 |
|
8 |
# API URL (replace with your ngrok URL)
|
9 |
-
API_URL = "https://
|
10 |
|
11 |
|
12 |
# Streamlit app
|
|
|
6 |
import seaborn as sns
|
7 |
|
8 |
# API URL (replace with your ngrok URL)
|
9 |
+
API_URL = "https://14d0-34-27-134-153.ngrok-free.app/query" # Replace with your ngrok public URL
|
10 |
|
11 |
|
12 |
# Streamlit app
|