Update pages/about.py
Browse files- pages/about.py +1 -1
pages/about.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
|
3 |
st.title("Info")
|
4 |
|
5 |
-
with st.expander("ℹ️ - About
|
6 |
|
7 |
st.write(
|
8 |
"""
|
|
|
2 |
|
3 |
st.title("Info")
|
4 |
|
5 |
+
with st.expander("ℹ️ - About", expanded=True):
|
6 |
|
7 |
st.write(
|
8 |
"""
|