K00B404 commited on
Commit
4334239
·
verified ·
1 Parent(s): 06af5b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -28
app.py CHANGED
@@ -77,34 +77,6 @@ css = """
77
  .hide-container {
78
  margin-top: -2px;
79
  }
80
- #app-container3 {
81
- background-color: rgba(255, 255, 255, 0.001);
82
- max-width: 300px;
83
- margin-left: auto;
84
- margin-right: auto;
85
- margin-bottom: 10px;
86
- border-radius: 125px;
87
- box-shadow: 0 0 10px rgba(0,0,0,0.1);
88
- }
89
- #app-container {
90
- background-color: rgba(255, 255, 255, 0.001);
91
- max-width: 300px;
92
- margin: 0 auto;
93
- padding-bottom: 10px;
94
- border-radius: 25px;
95
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
96
- }
97
- #title-container {
98
- display: flex;
99
- align-items: center; /* Added semicolon */
100
- margin-bottom: 10px;
101
- justify-content: center;
102
- }
103
- #title-icon {
104
- width: 32px;
105
- height: auto;
106
- margin-right: 10px;
107
- }
108
  #title-text {
109
  font-size: 30px;
110
  font-weight: bold;
 
77
  .hide-container {
78
  margin-top: -2px;
79
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  #title-text {
81
  font-size: 30px;
82
  font-weight: bold;