Update app.py
Browse files
app.py
CHANGED
@@ -84,11 +84,12 @@ menu = """
|
|
84 |
description = """
|
85 |
<style>
|
86 |
.notification {
|
87 |
-
text-align:
|
88 |
background-color: #ffffff; /* White Background */
|
89 |
color: #000; /* Black text */
|
90 |
padding: 20px; /* Padding */
|
91 |
margin: 20px; /* Margin */
|
|
|
92 |
border: 2px solid #000000; /* Black border */
|
93 |
border-radius: 20px; /* Rounded corners */
|
94 |
font-size: 18px; /* Font size */
|
|
|
84 |
description = """
|
85 |
<style>
|
86 |
.notification {
|
87 |
+
text-align: left; /* Left-align the text */
|
88 |
background-color: #ffffff; /* White Background */
|
89 |
color: #000; /* Black text */
|
90 |
padding: 20px; /* Padding */
|
91 |
margin: 20px; /* Margin */
|
92 |
+
margin-bottom: 40px; /* Additional space below the notification */
|
93 |
border: 2px solid #000000; /* Black border */
|
94 |
border-radius: 20px; /* Rounded corners */
|
95 |
font-size: 18px; /* Font size */
|