chandrikadeb7 / Face-Mask-Detection

Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
https://www.youtube.com/watch?v=AAkNyZlUae0
MIT License
1.54k stars 838 forks source link

updated app.py (solves #144) #145

Closed sreyan-ghosh closed 3 years ago

sreyan-ghosh commented 3 years ago

ISSUE #144

Made changes to app.py. Streamlit moved the feature out of beta so changing the code as follows worked:

+st.set_page_config(page_title='Face Mask Detector', page_icon='😷', layout='centered', initial_sidebar_state='expanded')
-st.beta_set_page_config(page_title='Face Mask Detector', page_icon='😷', layout='centered', initial_sidebar_state='expanded')

Please consider my PR as a submission towards Hacktoberfest and tag it as hacktoberfest-accepted