mgokg commited on
Commit
0a80ca7
·
verified ·
1 Parent(s): e86b56d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ secreturl = os.environ.get('secret_url')
9
 
10
  custom_css = """
11
  #md {
12
- height: 300px; /* Setze die Höhe auf 100 Pixel */
13
  }
14
  """
15
 
 
9
 
10
  custom_css = """
11
  #md {
12
+ height: 300px; font-size:22px;
13
  }
14
  """
15