Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
```python
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
from database import create_tables, save_weight, get_weight_history, save_otp
|
|
@@ -298,4 +297,3 @@ if st.session_state.user:
|
|
| 298 |
st.session_state.otp_sent = False
|
| 299 |
|
| 300 |
st.rerun()
|
| 301 |
-
```
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
from database import create_tables, save_weight, get_weight_history, save_otp
|
|
|
|
| 297 |
st.session_state.otp_sent = False
|
| 298 |
|
| 299 |
st.rerun()
|
|
|