awacke1 commited on
Commit
0bc1ff4
·
verified ·
1 Parent(s): a3041ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -359,7 +359,7 @@ def main():
359
 
360
  # Save updated data
361
  save_ai_tools(ai_tools)
362
- st.experimental_rerun()
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']}"):