Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -593,6 +593,4 @@ if btnPastHistory or st.session_state["past_button_clicked"]:
|
|
593 |
st.session_state["past_button_clicked"] = True
|
594 |
st.session_state["daily_button_clicked"] = False
|
595 |
st.session_state["admission_button_clicked"] = False
|
596 |
-
PastHistory()
|
597 |
-
|
598 |
-
|
|
|
593 |
st.session_state["past_button_clicked"] = True
|
594 |
st.session_state["daily_button_clicked"] = False
|
595 |
st.session_state["admission_button_clicked"] = False
|
596 |
+
PastHistory()
|
|
|
|