david-oplatka commited on
Commit
493bbd1
·
verified ·
1 Parent(s): 5918c73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -82,8 +82,12 @@ def launch_bot():
82
 
83
  if not st.session_state.cookies.ready():
84
  st.stop()
 
 
 
85
 
86
  if 'opt-out' not in st.session_state.cookies:
 
87
  st.session_state.cookies['opt-out'] = 'false'
88
 
89
  # left side content
 
82
 
83
  if not st.session_state.cookies.ready():
84
  st.stop()
85
+
86
+ if st.session_state.cookies.ready():
87
+ print("DEBUG: COOKIES ARE READY")
88
 
89
  if 'opt-out' not in st.session_state.cookies:
90
+ print("SETTING OPT OUT")
91
  st.session_state.cookies['opt-out'] = 'false'
92
 
93
  # left side content