Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -248,8 +248,8 @@ def main():
|
|
| 248 |
"username": "",
|
| 249 |
"role": ""
|
| 250 |
}
|
| 251 |
-
|
| 252 |
-
|
| 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:
|