Spaces:
Runtime error
Runtime error
Update title
Browse files
app.py
CHANGED
|
@@ -8,14 +8,13 @@ SUPERKART_BACKEND_URL = os.getenv(
|
|
| 8 |
"https://tayaee-superkart-backend.hf.space",
|
| 9 |
)
|
| 10 |
|
| 11 |
-
st.title("SuperKart Sales Predictor")
|
| 12 |
|
| 13 |
SUPERKART_BACKEND_URL = st.text_input("Backend URL", value=SUPERKART_BACKEND_URL)
|
| 14 |
|
| 15 |
col1, col2 = st.columns(2)
|
| 16 |
|
| 17 |
with col1:
|
| 18 |
-
# Populate the first 5 rows from SuperKart.csv
|
| 19 |
product_mrp = st.number_input(
|
| 20 |
"Product MRP",
|
| 21 |
value=117.08,
|
|
|
|
| 8 |
"https://tayaee-superkart-backend.hf.space",
|
| 9 |
)
|
| 10 |
|
| 11 |
+
st.title("Project 7 SuperKart Sales Predictor")
|
| 12 |
|
| 13 |
SUPERKART_BACKEND_URL = st.text_input("Backend URL", value=SUPERKART_BACKEND_URL)
|
| 14 |
|
| 15 |
col1, col2 = st.columns(2)
|
| 16 |
|
| 17 |
with col1:
|
|
|
|
| 18 |
product_mrp = st.number_input(
|
| 19 |
"Product MRP",
|
| 20 |
value=117.08,
|