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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -82,12 +82,8 @@ def launch_bot():
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
 
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