Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
|
@@ -136,7 +136,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="VerifiAI - Deepfake Detector") as
|
|
| 136 |
display: flex;
|
| 137 |
justify-content: center;
|
| 138 |
align-items: center;
|
| 139 |
-
height:
|
| 140 |
text-align: center;
|
| 141 |
}
|
| 142 |
</style>
|
|
|
|
| 136 |
display: flex;
|
| 137 |
justify-content: center;
|
| 138 |
align-items: center;
|
| 139 |
+
height: 50vh;
|
| 140 |
text-align: center;
|
| 141 |
}
|
| 142 |
</style>
|