Spaces:
Sleeping
Sleeping
fix: update requirements.txt
Browse files- .gitignore +1 -1
- requirements.txt +1 -1
.gitignore
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
venv/
|
| 2 |
.env
|
| 3 |
output.xlsx
|
| 4 |
-
.gradio/
|
|
|
|
| 1 |
venv/
|
| 2 |
.env
|
| 3 |
output.xlsx
|
| 4 |
+
.gradio/
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
gradio==5.12.0
|
| 2 |
openai==1.59.3
|
| 3 |
openpyxl==3.1.5
|
| 4 |
-
dotenv==1.0.1
|
|
|
|
| 1 |
gradio==5.12.0
|
| 2 |
openai==1.59.3
|
| 3 |
openpyxl==3.1.5
|
| 4 |
+
python-dotenv==1.0.1
|