Mattdoc99 commited on
Commit
d7ff0cf
·
1 Parent(s): dc3ed54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import os
8
  import streamlit as st
9
 
10
  # Load the GPT index from the file
11
- with open('index.json', 'r') as f:
12
  index_data = json.load(f)
13
  gpt_index = GPTSimpleVectorIndex(index_data)
14
 
 
8
  import streamlit as st
9
 
10
  # Load the GPT index from the file
11
+ with open('index-4.json', 'r') as f:
12
  index_data = json.load(f)
13
  gpt_index = GPTSimpleVectorIndex(index_data)
14