Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,18 +118,16 @@ custom_css = """
|
|
| 118 |
with gr.Blocks(css=custom_css,fill_width=True) as demo:
|
| 119 |
gr.Markdown("""
|
| 120 |
# Iβm Shalini βΊοΈ #
|
| 121 |
-
|
| 122 |
-
Ask questions, and the chatbot will retrieve relevant information directly from the selected chapter π.
|
| 123 |
-
|
| 124 |
-
How to use:
|
| 125 |
-
|
| 126 |
-
Select the chapter from the dropdown menu π.
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
Powered by LangChain π οΈ, Qdrant ποΈ, and LLaMA 3.3 π§ for fast, accurate, and context-aware responses.
|
| 133 |
""",elem_id="welcome_markdown")
|
| 134 |
|
| 135 |
chapter_dir={"Broken Images":"Dataset/Drama/Broken_images.pdf",
|
|
|
|
| 118 |
with gr.Blocks(css=custom_css,fill_width=True) as demo:
|
| 119 |
gr.Markdown("""
|
| 120 |
# Iβm Shalini βΊοΈ #
|
| 121 |
+
This is a chatbot built on a Retrieval-Augmented Generation (RAG) pipeline for a specific document β the English textbook Kaleidoscope π.
|
| 122 |
+
Ask questions, and the chatbot will retrieve relevant information directly from the selected chapter π.
|
| 123 |
+
|
| 124 |
+
How to use:
|
| 125 |
+
|
| 126 |
+
1.Select the chapter from the dropdown menu π.
|
| 127 |
+
2.Type your question in the chat box π¬.
|
| 128 |
+
3.Receive answers generated using RAG from the document content β‘.
|
| 129 |
+
|
| 130 |
+
Powered by LangChain π οΈ, Qdrant ποΈ, and LLaMA π§ for fast, accurate, and context-aware responses.
|
|
|
|
|
|
|
| 131 |
""",elem_id="welcome_markdown")
|
| 132 |
|
| 133 |
chapter_dir={"Broken Images":"Dataset/Drama/Broken_images.pdf",
|