Mattdoc99 commited on
Commit
67ffd8d
·
1 Parent(s): 182fbe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  from gpt_index import GPTSimpleVectorIndex
4
 
5
  # Load the index from disk
6
- index = GPTSimpleVectorIndex.load_from_disk('index.json')
7
 
8
  # Define the app layout
9
  st.title('GPT Search')
 
3
  from gpt_index import GPTSimpleVectorIndex
4
 
5
  # Load the index from disk
6
+ index = GPTSimpleVectorIndex.load_from_disk('index-4.json')
7
 
8
  # Define the app layout
9
  st.title('GPT Search')