Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -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("Restaurant Data Viewer")
|
153 |
|
154 |
# File upload logic
|
155 |
with st.sidebar:
|
|
|
149 |
else:
|
150 |
st.write("User authenticated successfully")
|
151 |
st.image(MAIN_LOGO_URL, use_column_width=True)
|
152 |
+
st.title("Hong Kong Halal Restaurant Data Viewer")
|
153 |
|
154 |
# File upload logic
|
155 |
with st.sidebar:
|