awacke1 commited on
Commit
e18e2b3
·
1 Parent(s): 7844ece

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="GPT Streamlit Document Reasoner", layout="wide")
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="Homunculus - The Human Body Reasoner", layout="wide")
41
  should_save = st.sidebar.checkbox("💾 Save", value=True)
42
  col1, col2, col3, col4 = st.columns(4)
43
  with col1: