Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ def main():
|
|
157 |
st.success(summary)
|
158 |
# Title
|
159 |
if st.button("REFRESH"):
|
160 |
-
|
161 |
|
162 |
st.sidebar.subheader("About App")
|
163 |
st.sidebar.markdown("By [Soumen Sarker](https://soumen-sarker-personal-website.streamlitapp.com/)")
|
|
|
157 |
st.success(summary)
|
158 |
# Title
|
159 |
if st.button("REFRESH"):
|
160 |
+
st.experimental_rerun()
|
161 |
|
162 |
st.sidebar.subheader("About App")
|
163 |
st.sidebar.markdown("By [Soumen Sarker](https://soumen-sarker-personal-website.streamlitapp.com/)")
|