Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ def process_query(
|
|
67 |
# Create the Gradio interface
|
68 |
demo = gr.ChatInterface(
|
69 |
process_query,
|
70 |
-
title="
|
71 |
-
description="
|
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 |
)
|