Upload folder using huggingface_hub
Browse files- __pycache__/app.cpython-314.pyc +0 -0
- app.py +3 -0
__pycache__/app.cpython-314.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-314.pyc and b/__pycache__/app.cpython-314.pyc differ
|
|
|
app.py
CHANGED
|
@@ -757,6 +757,9 @@ html, body, gradio-app, .gradio-container > .main,
|
|
| 757 |
}
|
| 758 |
|
| 759 |
/* ---- result metric line ---------------------------------------------- */
|
|
|
|
|
|
|
|
|
|
| 760 |
.fw-metric {
|
| 761 |
height: 36px;
|
| 762 |
display: flex;
|
|
|
|
| 757 |
}
|
| 758 |
|
| 759 |
/* ---- result metric line ---------------------------------------------- */
|
| 760 |
+
.gradio-container .fw-metric-wrap {
|
| 761 |
+
overflow: visible !important;
|
| 762 |
+
}
|
| 763 |
.fw-metric {
|
| 764 |
height: 36px;
|
| 765 |
display: flex;
|