Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ from io import BytesIO
|
|
37 |
|
38 |
|
39 |
# page config and sidebar declares up front allow all other functions to see global class variables
|
40 |
-
st.set_page_config(page_title="
|
41 |
should_save = st.sidebar.checkbox("💾 Save", value=True)
|
42 |
col1, col2, col3, col4 = st.columns(4)
|
43 |
with col1:
|
|
|
37 |
|
38 |
|
39 |
# page config and sidebar declares up front allow all other functions to see global class variables
|
40 |
+
st.set_page_config(page_title="AI Human Body - Homunculus Body Reasoner", layout="wide")
|
41 |
should_save = st.sidebar.checkbox("💾 Save", value=True)
|
42 |
col1, col2, col3, col4 = st.columns(4)
|
43 |
with col1:
|