atlury commited on
Commit
512f3ec
1 Parent(s): 6e8daa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -285,11 +285,11 @@ def demo():
285
  collection_name = gr.State()
286
 
287
  gr.Markdown(
288
- """<center><h2>PDF-based chatbot (powered by LangChain and open-source LLMs)</center></h2>
289
  <h3>Ask any questions about your PDF documents, along with follow-ups</h3>
290
  <b>Note:</b> This AI assistant performs retrieval-augmented generation from your PDF documents. \
291
  When generating answers, it takes past questions into account (via conversational memory), and includes document references for clarity purposes.</i>
292
- <br><b>Warning:</b> This space uses the free CPU Basic hardware from Hugging Face. Some steps and LLM models used below (free inference endpoints) can take some time to generate an output.<br>
293
  """)
294
  with gr.Tab("Step 1 - Document pre-processing"):
295
  with gr.Row():
 
285
  collection_name = gr.State()
286
 
287
  gr.Markdown(
288
+ """<center><h2>PDF-based Legal chatbot!</center></h2>
289
  <h3>Ask any questions about your PDF documents, along with follow-ups</h3>
290
  <b>Note:</b> This AI assistant performs retrieval-augmented generation from your PDF documents. \
291
  When generating answers, it takes past questions into account (via conversational memory), and includes document references for clarity purposes.</i>
292
+ <br><b>Warning:</b> Some steps and LLM models used below can take some time to generate an output.<br>
293
  """)
294
  with gr.Tab("Step 1 - Document pre-processing"):
295
  with gr.Row():