Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- statics/style.py +1 -1
statics/style.py
CHANGED
|
@@ -26,7 +26,7 @@ css = """
|
|
| 26 |
}
|
| 27 |
|
| 28 |
.main {
|
| 29 |
-
width: 800px;
|
| 30 |
align-self: center;
|
| 31 |
}
|
| 32 |
|
|
|
|
| 26 |
}
|
| 27 |
|
| 28 |
.main {
|
| 29 |
+
max-width: 800px;
|
| 30 |
align-self: center;
|
| 31 |
}
|
| 32 |
|