zayeem00 commited on
Commit
022dcaf
·
verified ·
1 Parent(s): bda34a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: