Spaces:
Sleeping
Sleeping
Commit
·
2ba03a3
1
Parent(s):
f8eb477
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def generate_answer(question,openAI_key):
|
|
140 |
|
141 |
recommender = SemanticSearch()
|
142 |
|
143 |
-
st.title('PDF GPT')
|
144 |
|
145 |
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."""
|
146 |
|
|
|
140 |
|
141 |
recommender = SemanticSearch()
|
142 |
|
143 |
+
st.title('PDF GPT Multi-Line')
|
144 |
|
145 |
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."""
|
146 |
|