Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ colorTo: blue
|
|
| 6 |
sdk: streamlit
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Excel-Aware RAG Chatbot
|
|
@@ -23,5 +25,4 @@ This Streamlit app lets you upload an Excel file (with a 'Data Base' sheet), pro
|
|
| 23 |
|
| 24 |
```bash
|
| 25 |
pip install -r requirements.txt
|
| 26 |
-
streamlit run app.py
|
| 27 |
-
|
|
|
|
| 6 |
sdk: streamlit
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
sdk_version: 1.44.1
|
| 11 |
---
|
| 12 |
|
| 13 |
# Excel-Aware RAG Chatbot
|
|
|
|
| 25 |
|
| 26 |
```bash
|
| 27 |
pip install -r requirements.txt
|
| 28 |
+
streamlit run app.py
|
|
|