Update app.py
Browse files
app.py
CHANGED
@@ -147,16 +147,30 @@ m_out = ("""
|
|
147 |
font-family: "Poppins",sans-serif;
|
148 |
text-align: center;
|
149 |
border-radius: 8px;
|
150 |
-
background: #
|
|
|
|
|
|
|
151 |
width: 100%;
|
152 |
height: 200px;
|
153 |
-
padding:
|
154 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
}
|
156 |
</style>
|
157 |
<div id="restart_btn">
|
158 |
-
<h3>Loading Time Limit Reached.</h3><br>
|
159 |
-
<h4>Please Click Launch again to Continue, or choose a Simpler Prompt</h4>
|
160 |
</div>
|
161 |
|
162 |
""")
|
|
|
147 |
font-family: "Poppins",sans-serif;
|
148 |
text-align: center;
|
149 |
border-radius: 8px;
|
150 |
+
background: #0037ff9e;
|
151 |
+
border-style: solid;
|
152 |
+
border-width: 3px;
|
153 |
+
border-color: #9f00ff;
|
154 |
width: 100%;
|
155 |
height: 200px;
|
156 |
+
padding: 0px 20px;
|
157 |
+
|
158 |
+
transform: translate(-50%,-100%);
|
159 |
+
}
|
160 |
+
#head{
|
161 |
+
color:white;
|
162 |
+
margin-top:5px;
|
163 |
+
margin-bottom:5px;
|
164 |
+
}
|
165 |
+
#cont{
|
166 |
+
color:white;
|
167 |
+
margin-top:5px;
|
168 |
+
margin-bottom:5px;
|
169 |
}
|
170 |
</style>
|
171 |
<div id="restart_btn">
|
172 |
+
<h3 id="head">Loading Time Limit Reached.</h3><br>
|
173 |
+
<h4 id="cont">Please Click Launch again to Continue, or choose a Simpler Prompt</h4>
|
174 |
</div>
|
175 |
|
176 |
""")
|