algorhythym commited on
Commit
bd3347f
Β·
verified Β·
1 Parent(s): 9420d04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -118,17 +118,19 @@ custom_css = """
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",
134
  "Blood":"Dataset/Poems/Blood.pdf",
 
118
  with gr.Blocks(css=custom_css,fill_width=True) as demo:
119
  gr.Markdown("""
120
  # I’m Shalini ☺️ #
121
+ This chatbot uses a Retrieval-Augmented Generation (RAG) pipeline.
122
+ It is built for the English textbook *Kaleidoscope* πŸ“š.
123
+ You can ask questions, and it will retrieve relevant answers from the selected chapter πŸ“.
124
 
125
  How to use:
126
 
127
+ 1. Select the chapter from the dropdown menu πŸ“‚
128
+ 2. Type your question in the chat box πŸ’¬
129
+ 3. Receive answers generated using RAG from the document content ⚑
130
 
131
  Powered by LangChain πŸ› οΈ, Qdrant πŸ—„οΈ, and LLaMA 🧠 for fast, accurate, and context-aware responses.
132
+ """, elem_id="welcome_markdown")
133
+
134
 
135
  chapter_dir={"Broken Images":"Dataset/Drama/Broken_images.pdf",
136
  "Blood":"Dataset/Poems/Blood.pdf",