Update app.py
Browse files
app.py
CHANGED
|
@@ -56,18 +56,18 @@ if 'shelter_index' not in st.session_state:
|
|
| 56 |
# Load the master database
|
| 57 |
master_database = pd.read_csv("master_database.csv")
|
| 58 |
|
| 59 |
-
# Page config
|
| 60 |
-
st.set_page_config(
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
)
|
| 71 |
|
| 72 |
# Adding a title with an emoji
|
| 73 |
st.title("📝 Information Form")
|
|
|
|
| 56 |
# Load the master database
|
| 57 |
master_database = pd.read_csv("master_database.csv")
|
| 58 |
|
| 59 |
+
# # Page config
|
| 60 |
+
# st.set_page_config(
|
| 61 |
+
# page_title="Ex-stream-ly Cool App",
|
| 62 |
+
# page_icon="🧊",
|
| 63 |
+
# layout="wide",
|
| 64 |
+
# initial_sidebar_state="expanded",
|
| 65 |
+
# menu_items={
|
| 66 |
+
# 'Get Help': 'https://www.extremelycoolapp.com/help',
|
| 67 |
+
# 'Report a bug': "https://www.extremelycoolapp.com/bug",
|
| 68 |
+
# 'About': "# This is a header. This is an *extremely* cool app!"
|
| 69 |
+
# }
|
| 70 |
+
# )
|
| 71 |
|
| 72 |
# Adding a title with an emoji
|
| 73 |
st.title("📝 Information Form")
|