Hadeeratef91 commited on
Commit
e6b1023
·
verified ·
1 Parent(s): 32180db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -248,8 +248,8 @@ def main():
248
  "username": "",
249
  "role": ""
250
  }
251
- st.session_state.complaint_submitted = False
252
- st.rerun()
253
 
254
  if os.path.exists("complaintsBD.db"):
255
  with open("complaintsBD.db", "rb") as db_file:
 
248
  "username": "",
249
  "role": ""
250
  }
251
+ st.rerun()
252
+
253
 
254
  if os.path.exists("complaintsBD.db"):
255
  with open("complaintsBD.db", "rb") as db_file: