mgokg commited on
Commit
adfe721
·
verified ·
1 Parent(s): 7295b99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -9,7 +9,9 @@ secreturl = os.environ.get('secret_url')
9
 
10
  custom_css = """
11
  #md {
12
- height: 350px; font-size:28px;
 
 
13
  }
14
  #senden {
15
  width: 200px; float:right;
 
9
 
10
  custom_css = """
11
  #md {
12
+ height: 350px;
13
+ font-size:28px;
14
+ background:grey;
15
  }
16
  #senden {
17
  width: 200px; float:right;