imorcillo commited on
Commit
754432e
·
verified ·
1 Parent(s): 6202273

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -45
app.py CHANGED
@@ -104,52 +104,7 @@ css_content = """
104
  background-color: #388E3C;
105
  }
106
 
107
- .intro-message {
108
- position: fixed;
109
- top: 0; left: 0;
110
- width: 100vw;
111
- height: 100vh;
112
- background: rgba(255,255,255,0.95);
113
- display: flex;
114
- flex-direction: column;
115
- justify-content: center;
116
- align-items: center;
117
- z-index: 9999;
118
- padding: 40px;
119
- box-sizing: border-box;
120
- }
121
- .popup-overlay {
122
- position: fixed;
123
- top: 0;
124
- left: 0;
125
- width: 100vw;
126
- height: 100vh;
127
- background: rgba(0, 0, 0, 0.6);
128
- z-index: 10000;
129
- display: flex;
130
- justify-content: center;
131
- align-items: center;
132
- }
133
-
134
- .popup-box {
135
- background-color: white;
136
- padding: 20px;
137
- border-radius: 10px;
138
- box-shadow: 0 0 20px rgba(0,0,0,0.3);
139
- width: 360px;
140
- text-align: center;
141
- z-index: 10001;
142
- }
143
 
144
- .popup-button {
145
- background-color: #5b65a7;
146
- color: white;
147
- padding: 10px 20px;
148
- border-radius: 8px;
149
- margin-top: 10px;
150
- border: none;
151
- cursor: pointer;
152
- }
153
  /*
154
  .popup-button:hover {
155
  background-color: #3c4687 !important;
 
104
  background-color: #388E3C;
105
  }
106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
 
 
 
 
 
 
 
 
 
108
  /*
109
  .popup-button:hover {
110
  background-color: #3c4687 !important;