Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -577,8 +577,8 @@ textarea, input {
|
|
| 577 |
border-radius: 10px !important;
|
| 578 |
color: #999 !important;
|
| 579 |
padding: 12px !important;
|
| 580 |
-
font-size:
|
| 581 |
-
min-height:
|
| 582 |
box-shadow: none !important;
|
| 583 |
}
|
| 584 |
|
|
@@ -710,7 +710,7 @@ button.secondary {
|
|
| 710 |
|
| 711 |
|
| 712 |
|
| 713 |
-
jd_pdf_file = gr.File(visible=
|
| 714 |
|
| 715 |
|
| 716 |
# -------- Job Explorer Section --------
|
|
|
|
| 577 |
border-radius: 10px !important;
|
| 578 |
color: #999 !important;
|
| 579 |
padding: 12px !important;
|
| 580 |
+
font-size: 10px !important;
|
| 581 |
+
min-height: 30px !important;
|
| 582 |
box-shadow: none !important;
|
| 583 |
}
|
| 584 |
|
|
|
|
| 710 |
|
| 711 |
|
| 712 |
|
| 713 |
+
jd_pdf_file = gr.File(visible=False,elem_classes="compact-upload") # Keep outside row
|
| 714 |
|
| 715 |
|
| 716 |
# -------- Job Explorer Section --------
|