algorhythym commited on
Commit
bfd2a8f
·
verified ·
1 Parent(s): bd3347f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -9
app.py CHANGED
@@ -118,17 +118,12 @@ custom_css = """
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
 
 
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, built for English textbook *Kaleidoscope* 📚.
122
+
 
 
123
  How to use:
124
+ 1️⃣ Pick a chapter 📂 2️⃣ Ask your question 💬 3️⃣ Get context-aware answers ⚡ 3. Receive answers generated using RAG from the document content ⚡
125
 
126
+ Powered by LangChain 🛠️, Qdrant 🗄️, and LLaMA 🧠 .
 
 
 
 
127
  """, elem_id="welcome_markdown")
128
 
129