testcolab2 commited on
Commit
3a62edc
1 Parent(s): fcae09a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -64,11 +64,8 @@ class PDFQueryApp:
64
  if __name__ == "__main__":
65
  app = PDFQueryApp()
66
 
67
- # Load and create index
68
  app.load_and_create_index()
69
 
70
- # Streamlit input for user query
71
  user_query = st.text_input("Enter your query from the dataset:")
72
 
73
- # Query engine with user input
74
  app.run_query(user_query)
 
64
  if __name__ == "__main__":
65
  app = PDFQueryApp()
66
 
 
67
  app.load_and_create_index()
68
 
 
69
  user_query = st.text_input("Enter your query from the dataset:")
70
 
 
71
  app.run_query(user_query)