Commit
·
db8b41d
1
Parent(s):
565ceb9
remove hover
Browse files
app.py
CHANGED
@@ -169,7 +169,6 @@ button {
|
|
169 |
color: white !important;
|
170 |
transition: all 0.3s ease !important;
|
171 |
box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
|
172 |
-
position: fixed !important;
|
173 |
bottom: 1% !important;
|
174 |
left: 3% !important;
|
175 |
z-index: 1000 !important;
|
@@ -181,7 +180,6 @@ button {
|
|
181 |
color: white !important;
|
182 |
transition: all 0.3s ease !important;
|
183 |
box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
|
184 |
-
position: fixed !important;
|
185 |
bottom: 1% !important;
|
186 |
left: 18% !important;
|
187 |
z-index: 1000 !important;
|
@@ -754,7 +752,8 @@ with gr.Blocks(css=CSS, title=TITLE, theme=paddle_theme) as demo:
|
|
754 |
Results will be displayed after processing<br>
|
755 |
<b>Step 4:</b> Download results zip<br>
|
756 |
Results zip will be displayed after processing<br><br>
|
757 |
-
<b>Attention:</b> Only the first 10 pages will be processed
|
|
|
758 |
</div>
|
759 |
"""
|
760 |
)
|
|
|
169 |
color: white !important;
|
170 |
transition: all 0.3s ease !important;
|
171 |
box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
|
|
|
172 |
bottom: 1% !important;
|
173 |
left: 3% !important;
|
174 |
z-index: 1000 !important;
|
|
|
180 |
color: white !important;
|
181 |
transition: all 0.3s ease !important;
|
182 |
box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
|
|
|
183 |
bottom: 1% !important;
|
184 |
left: 18% !important;
|
185 |
z-index: 1000 !important;
|
|
|
752 |
Results will be displayed after processing<br>
|
753 |
<b>Step 4:</b> Download results zip<br>
|
754 |
Results zip will be displayed after processing<br><br>
|
755 |
+
<b>Attention:</b> Only the first 10 pages will be processed<br>
|
756 |
+
<b>⚠️Special Attention: </b>For safety reasons, please make sure that the uploaded files do not contain personal information.
|
757 |
</div>
|
758 |
"""
|
759 |
)
|