chansung commited on
Commit
422f81e
β€’
1 Parent(s): ad2c016

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
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
  }