ikoghoemmanuell
commited on
Commit
•
50e9487
1
Parent(s):
6d9a0a2
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ if choice == 'Home':
|
|
80 |
# Convert the date to datetime format
|
81 |
end_date = pd.to_datetime(end_date)
|
82 |
onpromotion = st.number_input("How many products are on promotion?", min_value=0, step=1)
|
83 |
-
selected_category = st.selectbox("
|
84 |
|
85 |
|
86 |
with col2:
|
|
|
80 |
# Convert the date to datetime format
|
81 |
end_date = pd.to_datetime(end_date)
|
82 |
onpromotion = st.number_input("How many products are on promotion?", min_value=0, step=1)
|
83 |
+
selected_category = st.selectbox("Product_Category", categories)
|
84 |
|
85 |
|
86 |
with col2:
|