joshuadunlop commited on
Commit
b0e58e7
·
verified ·
1 Parent(s): 53af5d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def generate_answer(question,openAI_key):
150
 
151
  recommender = SemanticSearch()
152
 
153
- st.title('PDF GPT Multi-Line')
154
 
155
  description = """ PDF GPT allows you to chat with your PDF file using Universal Sentence Encoder and Open AI. The returned response can cite the page number in square brackets([]) where the information is located, adding credibility to the responses and helping to locate pertinent information quickly."""
156
 
 
150
 
151
  recommender = SemanticSearch()
152
 
153
+ st.title('PDF GPT Multi-Line.')
154
 
155
  description = """ PDF GPT allows you to chat with your PDF file using Universal Sentence Encoder and Open AI. The returned response can cite the page number in square brackets([]) where the information is located, adding credibility to the responses and helping to locate pertinent information quickly."""
156