Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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()
|