anastaa3 commited on
Commit
a67593c
·
verified ·
1 Parent(s): 69c53db

Rename survey (1).py to app.py

Browse files
Files changed (1) hide show
  1. survey (1).py → app.py +2 -9
survey (1).py → app.py RENAMED
@@ -33,15 +33,8 @@ if "current_page" not in st.session_state:
33
  if st.session_state["current_page"] == 1:
34
 
35
  st.markdown("""<p class="big-font">I hope this works :|</p>""", unsafe_allow_html=True)
36
- st.video("https://www.youtube.com/watch?v=aJb6Dov0jlM")
37
-
38
- if st.button('Next', key='next_button_page_1'):
39
- st.session_state["current_page"] += 1
40
- st.rerun()
41
-
42
- # Progress bar
43
- st.progress(st.session_state["current_page"]/total_number_pages, text="Progress")
44
-
45
  placeholder = st.empty()
46
 
47
  if st.button('Next', key='next_button_page_1'):
 
33
  if st.session_state["current_page"] == 1:
34
 
35
  st.markdown("""<p class="big-font">I hope this works :|</p>""", unsafe_allow_html=True)
36
+ st.video("https://www.youtube.com/watch?v=aJb6Dov0jlM")
37
+
 
 
 
 
 
 
 
38
  placeholder = st.empty()
39
 
40
  if st.button('Next', key='next_button_page_1'):