Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ def page1():
|
|
83 |
|
84 |
|
85 |
def page2():
|
|
|
86 |
st.title("Tell us about your shoot preference")
|
87 |
st.markdown("<h3 style='color:#444;'>What are you shooting today?</h3>", unsafe_allow_html=True)
|
88 |
shoot_type = st.radio("Select your shoot type:", ["Editorial", "Catalogue"], index=0)
|
|
|
83 |
|
84 |
|
85 |
def page2():
|
86 |
+
import random
|
87 |
st.title("Tell us about your shoot preference")
|
88 |
st.markdown("<h3 style='color:#444;'>What are you shooting today?</h3>", unsafe_allow_html=True)
|
89 |
shoot_type = st.radio("Select your shoot type:", ["Editorial", "Catalogue"], index=0)
|