Update app.py
Browse files
app.py
CHANGED
@@ -359,7 +359,7 @@ def main():
|
|
359 |
|
360 |
# Save updated data
|
361 |
save_ai_tools(ai_tools)
|
362 |
-
st.
|
363 |
|
364 |
with capture_col:
|
365 |
if st.button(f"📸 Capture", key=f"capture_{tool['id']}"):
|
|
|
359 |
|
360 |
# Save updated data
|
361 |
save_ai_tools(ai_tools)
|
362 |
+
st.rerun()
|
363 |
|
364 |
with capture_col:
|
365 |
if st.button(f"📸 Capture", key=f"capture_{tool['id']}"):
|