Anne31415 commited on
Commit
5a29b7e
·
1 Parent(s): 376d93f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,6 +50,7 @@ def cloud_button(label, key):
50
  }}, "*");
51
  }};
52
  </script>
 
53
 
54
  st.markdown(button_html, unsafe_allow_html=True)
55
  return st.session_state.get(key, False)
 
50
  }}, "*");
51
  }};
52
  </script>
53
+ """
54
 
55
  st.markdown(button_html, unsafe_allow_html=True)
56
  return st.session_state.get(key, False)