Anne31415 commited on
Commit
bdde277
·
1 Parent(s): 65d4f83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)