Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|