tayaee commited on
Commit
e4be0d5
·
1 Parent(s): f7559d5

Update title

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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,