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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="Hong Kong Halal Restaurant Data Viewer")
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("Hong Kong Halal Restaurant Data Viewer")
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.")