Generative-Subodh commited on
Commit
38477da
·
verified ·
1 Parent(s): c2daaba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from llama_index.core import VectorStoreIndex, Document
3
- from llama_index.openai import OpenAI
4
  import os
5
  import pdfplumber
6
  from docx import Document as DocxDocument
 
1
  import streamlit as st
2
  from llama_index.core import VectorStoreIndex, Document
3
+ from llama_index.llms import OpenAI
4
  import os
5
  import pdfplumber
6
  from docx import Document as DocxDocument