haepada commited on
Commit
4ff2c6d
·
verified ·
1 Parent(s): c425828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1796,7 +1796,7 @@ def create_interface():
1796
  )
1797
 
1798
  save_btn.click(
1799
- fn=save_reflection_fixed,
1800
  inputs=[reflection_input, state],
1801
  outputs=[state, reflections_display]
1802
  )
 
1796
  )
1797
 
1798
  save_btn.click(
1799
+ fn=handle_save_reflection,
1800
  inputs=[reflection_input, state],
1801
  outputs=[state, reflections_display]
1802
  )