Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ sample = {
|
|
| 40 |
}
|
| 41 |
|
| 42 |
# API URL (Hugging Face backend)
|
| 43 |
-
API_URL = "https://Lokiiparihar-
|
| 44 |
|
| 45 |
if st.button("Predict", type="primary"):
|
| 46 |
with st.spinner("🔮 Predicting sales..."):
|
|
|
|
| 40 |
}
|
| 41 |
|
| 42 |
# API URL (Hugging Face backend)
|
| 43 |
+
API_URL = "https://Lokiiparihar-SuperKart_API.hf.space/predict"
|
| 44 |
|
| 45 |
if st.button("Predict", type="primary"):
|
| 46 |
with st.spinner("🔮 Predicting sales..."):
|