alexat commited on
Commit
123b52d
·
1 Parent(s): 76da692

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -195,6 +195,7 @@ css = """
195
  }
196
  """
197
 
 
198
  title = 'AI Pdf Summarizer'
199
  #description = """ KrystalPDF AI allows you to chat with your PDF file. It gives hallucination free response than other tools. 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."""
200
 
 
195
  }
196
  """
197
 
198
+
199
  title = 'AI Pdf Summarizer'
200
  #description = """ KrystalPDF AI allows you to chat with your PDF file. It gives hallucination free response than other tools. 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."""
201