Spaces:
Runtime error
Runtime error
Commit ·
3700989
1
Parent(s): b59b7b1
Update style.css
Browse files
style.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
#col-container {
|
| 2 |
-
max-width:
|
| 3 |
margin-left: auto;
|
| 4 |
margin-right: auto;
|
| 5 |
}
|
|
@@ -10,5 +10,8 @@ gradio-app{
|
|
| 10 |
width: 100%;
|
| 11 |
}
|
| 12 |
.filenameshow{
|
| 13 |
-
height:
|
|
|
|
|
|
|
|
|
|
| 14 |
}
|
|
|
|
| 1 |
#col-container {
|
| 2 |
+
max-width: 700px;
|
| 3 |
margin-left: auto;
|
| 4 |
margin-right: auto;
|
| 5 |
}
|
|
|
|
| 10 |
width: 100%;
|
| 11 |
}
|
| 12 |
.filenameshow{
|
| 13 |
+
height:50px;
|
| 14 |
+
}
|
| 15 |
+
.uploadbutton{
|
| 16 |
+
height:50px;
|
| 17 |
}
|