Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from typing import Union, Tuple
|
|
8 |
|
9 |
# Custom CSS for styling the interface
|
10 |
|
11 |
-
|
12 |
.container {
|
13 |
max-width: 1200px;
|
14 |
margin: 0 auto;
|
|
|
8 |
|
9 |
# Custom CSS for styling the interface
|
10 |
|
11 |
+
custom_css = """
|
12 |
.container {
|
13 |
max-width: 1200px;
|
14 |
margin: 0 auto;
|