aashwinik commited on
Commit
d18b950
1 Parent(s): c6d85b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from FaceCensoring import censor_face
3
 
4
  #UIApp starts here
5
  st.set_page_config(page_title="Python - Face Censoring", page_icon=":face_in_clouds:")
 
1
  import streamlit as st
2
+ from Face_Censoring import censor_face
3
 
4
  #UIApp starts here
5
  st.set_page_config(page_title="Python - Face Censoring", page_icon=":face_in_clouds:")