Spaces:
Runtime error
Runtime error
Commit
·
2524ad3
1
Parent(s):
473ad58
Update screen/screen_scan.py
Browse files- screen/screen_scan.py +13 -0
screen/screen_scan.py
CHANGED
|
@@ -11,6 +11,19 @@ import os
|
|
| 11 |
from huggingface_hub import Repository
|
| 12 |
import reader
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
def pull_read(DATASET_REPO_URL,HF_TOKEN,DATA_FILE):
|
| 15 |
|
| 16 |
repo = Repository(
|
|
|
|
| 11 |
from huggingface_hub import Repository
|
| 12 |
import reader
|
| 13 |
|
| 14 |
+
st.markdown("""
|
| 15 |
+
<style>
|
| 16 |
+
.block-container {
|
| 17 |
+
padding-top: 0rem;
|
| 18 |
+
padding-bottom: 0rem;
|
| 19 |
+
padding-left: 1rem;
|
| 20 |
+
padding-right: 1rem;
|
| 21 |
+
}
|
| 22 |
+
</style>
|
| 23 |
+
""", unsafe_allow_html=True)
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
def pull_read(DATASET_REPO_URL,HF_TOKEN,DATA_FILE):
|
| 28 |
|
| 29 |
repo = Repository(
|