Spaces:
Runtime error
Runtime error
bhaskartripathi
commited on
Commit
·
493605d
1
Parent(s):
ce0b170
Update app.py
Browse files
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
|
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 |
|