Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|