Pavan178 commited on
Commit
952bc1e
·
verified ·
1 Parent(s): 7ac2dc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -1,16 +1,14 @@
1
  ---
2
- title: RAG PDF CHATBOT
3
- emoji: 😻
4
- colorFrom: indigo
5
- colorTo: purple
6
- sdk: streamlit
7
- sdk_version: 1.33.0
8
- app_file: app.py
9
  pinned: false
10
- header: mini
11
- license: creativeml-openrail-m
12
- short_description: pdf scraper RAG
13
- form: RAG
14
  ---
15
 
16
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
  ---
2
+ title: PDF Information and Inference
3
+ emoji: 🗞️
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 3.50.2
8
+ app_file: gradio_app.py
9
  pinned: false
 
 
 
 
10
  ---
11
 
12
+ # PDF Information and Inference
13
+
14
+ This Gradio app allows you to upload a PDF and ask questions about its content using Retrieval-Augmented Generation.