asadmajeed commited on
Commit
19dce52
·
verified ·
1 Parent(s): e1a8856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ def process_query(
67
  # Create the Gradio interface
68
  demo = gr.ChatInterface(
69
  process_query,
70
- title="PDF Question Answering with RAG + Llama",
71
- description="Ask questions about the content of the loaded PDF documents using Llama model",
72
  #undo_btn="Delete Previous",
73
  #clear_btn="Clear",
74
  )
 
67
  # Create the Gradio interface
68
  demo = gr.ChatInterface(
69
  process_query,
70
+ title="Question Answering with PDF using RAG",
71
+ description="You can ask questions about Python Programming. The answers will be indexed from the book: A Byte of Python",
72
  #undo_btn="Delete Previous",
73
  #clear_btn="Clear",
74
  )