Update app.py
Browse files
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
|
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 |
|