Anustup commited on
Commit
7205085
·
verified ·
1 Parent(s): 208d07b

Update app.py

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