Spaces:
Sleeping
Sleeping
nicoaspra commited on
Commit ·
b78e836
1
Parent(s): 4f877c2
convert to streamlit
Browse files- README.md +4 -4
- requirements.txt +0 -1
README.md
CHANGED
|
@@ -3,10 +3,10 @@ title: Class Directory
|
|
| 3 |
emoji: 📊
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: red
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version:
|
| 8 |
-
app_file:
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
| 3 |
emoji: 📊
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: red
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.40.1
|
| 8 |
+
app_file: class-directory.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
|
requirements.txt
CHANGED
|
@@ -1,2 +1 @@
|
|
| 1 |
-
streamlit==1.35.0
|
| 2 |
PyMuPDF==1.27.1
|
|
|
|
|
|
|
| 1 |
PyMuPDF==1.27.1
|