bhaskartripathi commited on
Commit
493605d
1 Parent(s): ce0b170

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 file using Universal Sentence Encoder and Open AI. It gives hallucination free response than other tools as the embeddings are better than OpenAI. The returned response can even cite the page number in square brackets([Page No.]) where the information is located, adding credibility to the responses and helping to locate pertinent information quickly."""
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 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