bhaskartripathi commited on
Commit
b03c313
1 Parent(s): 858064d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ questions = [
235
  recommender = SemanticSearch()
236
 
237
  title = 'PDF GPT Turbo'
238
- description = """ PDF GPT Turbo allows you to chat with your PDF files. It gives hallucination free response even cites the page number in square brackets([Page No.]) where the information is located, adding credibility to the responses."""
239
 
240
  with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as demo:
241
 
 
235
  recommender = SemanticSearch()
236
 
237
  title = 'PDF GPT Turbo'
238
+ description = """ PDF GPT Turbo allows you to chat with your PDF files. It uses Google's Universal Sentence Encoder with Deep averaging network (DAN) to give hallucination free response by improving the embedding quality of OpenAI. It cites the page number in square brackets([Page No.]) and shows where the information is located, adding credibility to the responses."""
239
 
240
  with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as demo:
241