VinitT commited on
Commit
723e375
·
verified ·
1 Parent(s): 7d8c320

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ for i, url in enumerate(st.session_state.urls):
201
  with col2:
202
  if st.button("Remove", key=f"remove_{i}"):
203
  remove_url(i)
204
- st.experimental_rerun()
205
 
206
  if st.button("Add URL"):
207
  add_url()
 
201
  with col2:
202
  if st.button("Remove", key=f"remove_{i}"):
203
  remove_url(i)
204
+ st.rerun()
205
 
206
  if st.button("Add URL"):
207
  add_url()