AviralMonke commited on
Commit
56b72ee
Β·
1 Parent(s): 6cd44df

added special header for hf spaces

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # πŸ“„ ChatWithPDF - RAG Application
2
 
3
  An AI-powered Retrieval-Augmented Generation (RAG) application that allows users to upload PDF documents and ask context-aware questions using Large Language Models.
 
1
+ ---
2
+ title: ChatWithPDF RAG
3
+ emoji: πŸ“„
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: 1.32.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
  # πŸ“„ ChatWithPDF - RAG Application
12
 
13
  An AI-powered Retrieval-Augmented Generation (RAG) application that allows users to upload PDF documents and ask context-aware questions using Large Language Models.