Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import numpy as np
|
|
4 |
import os
|
5 |
|
6 |
# Configure the page to be mobile-friendly
|
7 |
-
st.set_page_config(layout="centered", page_title="
|
8 |
|
9 |
# URLs for the logos
|
10 |
MAIN_LOGO_URL = "https://islamictrusthk.org/assets/images/top-logo.png"
|
@@ -149,7 +149,7 @@ if not st.session_state.authenticated:
|
|
149 |
else:
|
150 |
st.write("User authenticated successfully")
|
151 |
st.image(MAIN_LOGO_URL, use_column_width=True)
|
152 |
-
st.title("
|
153 |
|
154 |
# File upload logic
|
155 |
with st.sidebar:
|
@@ -264,4 +264,4 @@ else:
|
|
264 |
mime='text/csv',
|
265 |
)
|
266 |
else:
|
267 |
-
st.info("No data matches the filter criteria.")
|
|
|
4 |
import os
|
5 |
|
6 |
# Configure the page to be mobile-friendly
|
7 |
+
st.set_page_config(layout="centered", page_title="Restaurant Data Viewer")
|
8 |
|
9 |
# URLs for the logos
|
10 |
MAIN_LOGO_URL = "https://islamictrusthk.org/assets/images/top-logo.png"
|
|
|
149 |
else:
|
150 |
st.write("User authenticated successfully")
|
151 |
st.image(MAIN_LOGO_URL, use_column_width=True)
|
152 |
+
st.title("Restaurant Data Viewer")
|
153 |
|
154 |
# File upload logic
|
155 |
with st.sidebar:
|
|
|
264 |
mime='text/csv',
|
265 |
)
|
266 |
else:
|
267 |
+
st.info("No data matches the filter criteria.")
|