awacke1 commited on
Commit
57d6629
1 Parent(s): 541ef0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ should_save = st.sidebar.checkbox("💾 Save", value=True, help="Save your sessi
48
 
49
  # Function to add witty and humor buttons
50
  def add_witty_humor_buttons():
51
- with st.expander("Wit and Humor 🤣", expanded=True, help="Expand to access various humor features."):
52
  # Tip about the Dromedary family
53
  st.markdown("🔬 **Fun Fact**: Dromedaries, part of the camel family, have a single hump and are adapted to arid environments. Their 'superpowers' include the ability to survive without water for up to 7 days, thanks to their specialized blood cells and water storage in their hump.")
54
 
 
48
 
49
  # Function to add witty and humor buttons
50
  def add_witty_humor_buttons():
51
+ with st.expander("Wit and Humor 🤣", expanded=True):
52
  # Tip about the Dromedary family
53
  st.markdown("🔬 **Fun Fact**: Dromedaries, part of the camel family, have a single hump and are adapted to arid environments. Their 'superpowers' include the ability to survive without water for up to 7 days, thanks to their specialized blood cells and water storage in their hump.")
54