bhaskartripathi commited on
Commit
372c304
1 Parent(s): 6e9602b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ recommender = SemanticSearch()
229
  title = 'PDF GPT Turbo'
230
  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([]) where the information is located, adding credibility to the responses and helping to locate pertinent information quickly."""
231
 
232
- with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 600px; }""") as demo:
233
 
234
  gr.Markdown(f'<center><h1>{title}</h1></center>')
235
  gr.Markdown(description)
 
229
  title = 'PDF GPT Turbo'
230
  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([]) where the information is located, adding credibility to the responses and helping to locate pertinent information quickly."""
231
 
232
+ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 800px; }""") as demo:
233
 
234
  gr.Markdown(f'<center><h1>{title}</h1></center>')
235
  gr.Markdown(description)