Niharmahesh commited on
Commit
bf47815
1 Parent(s): 6cec5a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def main():
105
  # Reset button to clear session state and start over
106
  if st.button("Reset"):
107
  st.session_state.clear()
108
- st.experimental_rerun()
109
 
110
  def visualize_activation_overlays(img, num_filters, kernel_size, activation, dropout_rate):
111
  conv2d_output = display_feature_map(img, num_filters, kernel_size, activation, dropout_rate)
 
105
  # Reset button to clear session state and start over
106
  if st.button("Reset"):
107
  st.session_state.clear()
108
+ st.rerun()
109
 
110
  def visualize_activation_overlays(img, num_filters, kernel_size, activation, dropout_rate):
111
  conv2d_output = display_feature_map(img, num_filters, kernel_size, activation, dropout_rate)