mgokg commited on
Commit
55e7ed5
·
verified ·
1 Parent(s): e3381d6

Update app.py

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