Mattdoc99 commited on
Commit
888613e
·
1 Parent(s): a709c80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from gpt_index import GPTSimpleVectorIndex
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()
11
  with header:
12
  st.image('https://c1.thejournal.ie/media/2012/02/PCI-3-PATRICK-COLLISS00078736-752x501.jpg', width=376)
 
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()
11
  with header:
12
  st.image('https://c1.thejournal.ie/media/2012/02/PCI-3-PATRICK-COLLISS00078736-752x501.jpg', width=376)