Kushwanth Chowday Kandala commited on
Commit
8a3a5d7
1 Parent(s): 940c185

SyntaxError: expected ':'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ for i in st.session_state["chat_history"]:
137
  # pinecone.init(api_key=PINECONE_API_KEY, environment=PINECONE_ENV)
138
  # st.text(pinecone)
139
 
140
- def print_out(pages)
141
  for i in range(len(pages)):
142
  text = pages[i].extract_text().strip()
143
  st.write(f"Page {i} : {text}")
 
137
  # pinecone.init(api_key=PINECONE_API_KEY, environment=PINECONE_ENV)
138
  # st.text(pinecone)
139
 
140
+ def print_out(pages):
141
  for i in range(len(pages)):
142
  text = pages[i].extract_text().strip()
143
  st.write(f"Page {i} : {text}")