amiguel commited on
Commit
22a98fd
·
verified ·
1 Parent(s): 9dd1541

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Excel-Aware RAG Chatbot
2
 
3
  This Streamlit app lets you upload an Excel file (with a 'Data Base' sheet), processes the data into a retrievable vector database, and allows question answering using a RAG pipeline powered by `flan-t5-base`.
@@ -14,4 +24,4 @@ This Streamlit app lets you upload an Excel file (with a 'Data Base' sheet), pro
14
  ```bash
15
  pip install -r requirements.txt
16
  streamlit run app.py
17
- ```
 
1
+ ---
2
+ title: RAG Excel Chatbot
3
+ emoji: 📊
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: streamlit
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
  # Excel-Aware RAG Chatbot
12
 
13
  This Streamlit app lets you upload an Excel file (with a 'Data Base' sheet), processes the data into a retrievable vector database, and allows question answering using a RAG pipeline powered by `flan-t5-base`.
 
24
  ```bash
25
  pip install -r requirements.txt
26
  streamlit run app.py
27
+