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.52k stars 834 forks source link

module 'streamlit' has no attribute 'beta_set_page_config' #144

Closed MdAkdas closed 2 years ago

MdAkdas commented 2 years ago

🐛 Bug Report

beta_set_page_config has been renamed to set_page_config. https://github.com/streamlit/streamlit/issues/2251#issuecomment-780713739

image

github-actions[bot] commented 2 years ago

Hello @MdAkdas, Thank you for generating an issue to this project! Please wait while we get back to you.

sreyan-ghosh commented 2 years ago

Hi, I have made a PR that solves this issue. Please consider it as my submission towards Hacktoberfest2021. Cheers.