zayeem00 commited on
Commit
47581dc
·
verified ·
1 Parent(s): 481171d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ if not st.session_state.authenticated:
109
  else:
110
  st.write("User authenticated successfully")
111
  st.image(MAIN_LOGO_URL, use_column_width=True)
112
- st.title("Hong Kong Halal Restaurant Data Viewer")
113
 
114
  # File upload logic
115
  with st.sidebar:
 
109
  else:
110
  st.write("User authenticated successfully")
111
  st.image(MAIN_LOGO_URL, use_column_width=True)
112
+ st.title("HK Halal Restaurants Viewer")
113
 
114
  # File upload logic
115
  with st.sidebar: