mgokg commited on
Commit
5fd5342
·
verified ·
1 Parent(s): 4cc0f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -13,13 +13,12 @@ custom_css = """
13
  font-size:20px;
14
  background:#181818;
15
  padding: 20px;
 
16
  color:white;
17
  }
18
  #senden {
19
- width: 200px; float:right;
20
- }
21
- #clear {
22
- width: 200px; float:right;
23
  }
24
  """
25
 
 
13
  font-size:20px;
14
  background:#181818;
15
  padding: 20px;
16
+ padding-top: 40px;
17
  color:white;
18
  }
19
  #senden {
20
+ width: 200px;
21
+ float:right;
 
 
22
  }
23
  """
24