Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated app.py (solves #144) #145

Merged
merged 1 commit into from
Oct 3, 2021

Conversation

sreyan-ghosh
Copy link
Contributor

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

moved `st.beta_set_page_config` out of beta into `st.set_page_config`
@sreyan-ghosh sreyan-ghosh changed the title updated app.py (#144) updated app.py (solves #144) Sep 30, 2021
@chandrikadeb7 chandrikadeb7 merged commit 912e5f2 into chandrikadeb7:master Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants