Spaces:
Build error
Build error
github-actions[bot] commited on
Commit ·
85b0d4d
1
Parent(s): e79e08b
sync: automatic content update from github
Browse files- README.md +3 -2
- requirements.txt +4 -0
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 📊
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version: 1.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -36,4 +36,5 @@ to analyze and the app will:
|
|
| 36 |
3. Run the app:
|
| 37 |
```bash
|
| 38 |
streamlit run app.py
|
| 39 |
-
```
|
|
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: "1.36.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 36 |
3. Run the app:
|
| 37 |
```bash
|
| 38 |
streamlit run app.py
|
| 39 |
+
```
|
| 40 |
+
|
requirements.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
streamlit
|
|
|
|
|
|
|
|
|
|
| 2 |
openai
|
|
|
|
| 3 |
pandas
|
| 4 |
python-dotenv
|
| 5 |
snowflake-connector-python
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
|
| 3 |
+
openai>=1.0.0
|
| 4 |
+
=======
|
| 5 |
openai
|
| 6 |
+
|
| 7 |
pandas
|
| 8 |
python-dotenv
|
| 9 |
snowflake-connector-python
|