Spaces:
Running
Running
Update app.py
Browse files
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;
|
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 |
|