Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,12 @@ import copy
|
|
3 |
import datasets
|
4 |
|
5 |
STYLE = """
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
.small-font{
|
7 |
font-size: 12pt !important;
|
8 |
}
|
|
|
3 |
import datasets
|
4 |
|
5 |
STYLE = """
|
6 |
+
|
7 |
+
.main {
|
8 |
+
width: 90% !important;
|
9 |
+
margin: 0 auto; /* Center the container */
|
10 |
+
}
|
11 |
+
|
12 |
.small-font{
|
13 |
font-size: 12pt !important;
|
14 |
}
|