DrishtiSharma commited on
Commit
b8c2fc4
·
verified ·
1 Parent(s): 3f8b7da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ Settings.llm = OpenAI(model="gpt-3.5-turbo")
27
  Settings.embed_model = OpenAIEmbedding(model="text-embedding-3-small", dimensions=EMBED_DIMENSION)
28
 
29
  # Streamlit app
30
- st.title("Streamlit App with LangChain and LlamaIndex")
31
 
32
  # File uploader
33
  uploaded_file = st.file_uploader("Upload a CSV file", type=["csv"])
 
27
  Settings.embed_model = OpenAIEmbedding(model="text-embedding-3-small", dimensions=EMBED_DIMENSION)
28
 
29
  # Streamlit app
30
+ st.title("Chat w CSV Files - LangChain Vs LlamaIndex ")
31
 
32
  # File uploader
33
  uploaded_file = st.file_uploader("Upload a CSV file", type=["csv"])