Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,6 @@ from gpt_index import GPTSimpleVectorIndex
|
|
| 5 |
# Load the index from disk
|
| 6 |
index = GPTSimpleVectorIndex.load_from_disk('index-4.json')
|
| 7 |
|
| 8 |
-
# Define the app layout
|
| 9 |
# Define the app layout
|
| 10 |
st.title('Ask Patrick Collison Anything')
|
| 11 |
header = st.container()
|
|
|
|
| 5 |
# Load the index from disk
|
| 6 |
index = GPTSimpleVectorIndex.load_from_disk('index-4.json')
|
| 7 |
|
|
|
|
| 8 |
# Define the app layout
|
| 9 |
st.title('Ask Patrick Collison Anything')
|
| 10 |
header = st.container()
|