Spaces:
Runtime error
Runtime error
python==3.11
Browse files- README.md +1 -0
- requirements.txt +0 -1
README.md
CHANGED
|
@@ -8,6 +8,7 @@ sdk_version: 5.49.1
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
|
|
| 11 |
short_description: PDF → Fillable Form
|
| 12 |
---
|
| 13 |
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
+
python_version: "3.12"
|
| 12 |
short_description: PDF → Fillable Form
|
| 13 |
---
|
| 14 |
|
requirements.txt
CHANGED
|
@@ -1,2 +1 @@
|
|
| 1 |
-
python==3.11
|
| 2 |
commonforms==0.1.5
|
|
|
|
|
|
|
| 1 |
commonforms==0.1.5
|