Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,6 +92,7 @@ def cloud_button(label, key=None, color=None, overlap=30):
|
|
92 |
"""
|
93 |
st.markdown(cloud_button_html, unsafe_allow_html=True)
|
94 |
|
|
|
95 |
# Example usage with a specified overlap value
|
96 |
cloud_button("Short Text", color="1", overlap=30)
|
97 |
cloud_button("This is a longer piece of text", color="2", overlap=30)
|
|
|
92 |
"""
|
93 |
st.markdown(cloud_button_html, unsafe_allow_html=True)
|
94 |
|
95 |
+
|
96 |
# Example usage with a specified overlap value
|
97 |
cloud_button("Short Text", color="1", overlap=30)
|
98 |
cloud_button("This is a longer piece of text", color="2", overlap=30)
|