tsi-org commited on
Commit
d0f56c0
·
1 Parent(s): 468a35c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -84,11 +84,12 @@ menu = """
84
  description = """
85
  <style>
86
  .notification {
87
- text-align: center; /* Center the text */
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 */