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

Update pages/2_201_Text_summarisation_with_LLM.py

Browse files
pages/2_201_Text_summarisation_with_LLM.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
  ## With ChatGPT
7
 
 
1
  import streamlit as st
2
  from utils import *
3
 
4
+ if True:
5
  st.markdown("""
6
  ## With ChatGPT
7