NEXAS commited on
Commit
4d9b4f6
·
verified ·
1 Parent(s): a1f0b04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ def page_1():
214
  st.error(f"Error processing PDF: {e}")
215
 
216
  def page_2():
217
- st.title("USER : QUERY")
218
 
219
  if "image_collection" in st.session_state and "text_collection" in st.session_state and "video_collection" in st.session_state:
220
  image_collection = st.session_state.image_collection
 
214
  st.error(f"Error processing PDF: {e}")
215
 
216
  def page_2():
217
+ st.title("Poss Assitant")
218
 
219
  if "image_collection" in st.session_state and "text_collection" in st.session_state and "video_collection" in st.session_state:
220
  image_collection = st.session_state.image_collection