Spaces:
Runtime error
Runtime error
Commit
·
56880ce
1
Parent(s):
672e432
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def user_report():
|
|
61 |
elif Product=="Product C":
|
62 |
Product=2
|
63 |
else:
|
64 |
-
Product=
|
65 |
|
66 |
# For Lead_time
|
67 |
st.sidebar.write("**2: Lead_time**")
|
|
|
61 |
elif Product=="Product C":
|
62 |
Product=2
|
63 |
else:
|
64 |
+
Product=3
|
65 |
|
66 |
# For Lead_time
|
67 |
st.sidebar.write("**2: Lead_time**")
|