Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|