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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -12
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
- This is a chatbot built on a Retrieval-Augmented Generation (RAG) pipeline for a specific document β€” the NCERT Class 12 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
- Select the chapter from the dropdown menu πŸ“‚.
127
-
128
- Type your question in the chat box πŸ’¬.
129
-
130
- Receive answers generated using RAG from the document content ⚑.
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",