dhiyan6 commited on
Commit
bdf3c8d
·
1 Parent(s): fd4f6a7

removing the download comment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -531,7 +531,7 @@ def app(page_titles, slides_collection):
531
  st.write("Anvai RPF BOT : ",response_cache[section])
532
  if __name__=="__main__":
533
  OPENAI_API_KEY = get_secret()
534
- #download_ppt()
535
  slides, page_titles = read_ppt()
536
  #summaries_of_slides, summary_to_index = create_summary(slides,page_titles)
537
  slides_collection = update_chromadb(slides)
 
531
  st.write("Anvai RPF BOT : ",response_cache[section])
532
  if __name__=="__main__":
533
  OPENAI_API_KEY = get_secret()
534
+ download_ppt()
535
  slides, page_titles = read_ppt()
536
  #summaries_of_slides, summary_to_index = create_summary(slides,page_titles)
537
  slides_collection = update_chromadb(slides)