Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ with col1:
|
|
113 |
|
114 |
with col2:
|
115 |
if st.button("Refresh"):
|
116 |
-
st.
|
117 |
|
118 |
# Footer
|
119 |
st.markdown("""<div class="footer"> Created with hadheedo</div>""", unsafe_allow_html=True)
|
|
|
113 |
|
114 |
with col2:
|
115 |
if st.button("Refresh"):
|
116 |
+
st.rerun() # change here
|
117 |
|
118 |
# Footer
|
119 |
st.markdown("""<div class="footer"> Created with hadheedo</div>""", unsafe_allow_html=True)
|