MrJShen commited on
Commit
0c5af02
·
1 Parent(s): 7384944

Update pages/2_202_Access_to_HuggingFace_with_Notebook.py

Browse files
pages/2_202_Access_to_HuggingFace_with_Notebook.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from utils import *
3
 
4
- if check_password("password"):
5
  st.markdown("""
6
  ## Notebook to Hugging Face Space
7
 
 
1
  import streamlit as st
2
  from utils import *
3
 
4
+ if True:
5
  st.markdown("""
6
  ## Notebook to Hugging Face Space
7