Spaces:
Running
Running
adrianpierce
commited on
Commit
•
36b6a0b
1
Parent(s):
9dfc4e2
Update Home.py
Browse files
Home.py
CHANGED
@@ -24,7 +24,7 @@ if 'serving_size' not in st.session_state:
|
|
24 |
st.session_state.serving_size = 2
|
25 |
|
26 |
if 'selected_difficulty' not in st.session_state:
|
27 |
-
st.session_state.selected_difficulty =
|
28 |
|
29 |
if 'exclusions' not in st.session_state:
|
30 |
st.session_state.exclusions = None
|
|
|
24 |
st.session_state.serving_size = 2
|
25 |
|
26 |
if 'selected_difficulty' not in st.session_state:
|
27 |
+
st.session_state.selected_difficulty = "Quick & Easy"
|
28 |
|
29 |
if 'exclusions' not in st.session_state:
|
30 |
st.session_state.exclusions = None
|