Mattdoc99 commited on
Commit
c150d49
·
1 Parent(s): 29c9779

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()