Update app.py
Browse files
app.py
CHANGED
@@ -136,60 +136,7 @@ document.querySelector("#close").addEventListener("click", function(){
|
|
136 |
""")
|
137 |
m_out = ("""
|
138 |
|
139 |
-
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
140 |
|
141 |
-
<style>
|
142 |
-
#restart_btn{
|
143 |
-
position: fixed;
|
144 |
-
top: 50%;
|
145 |
-
left: 50%;
|
146 |
-
z-index:19999;
|
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 |
-
transform: translate(-50%,-100%);
|
158 |
-
}
|
159 |
-
|
160 |
-
#restart{
|
161 |
-
position: relative;
|
162 |
-
font-family: "Poppins",sans-serif;
|
163 |
-
text-align: center;
|
164 |
-
border-radius: 8px;
|
165 |
-
background: #0037ff9e;
|
166 |
-
border-style: solid;
|
167 |
-
border-width: 2px;
|
168 |
-
border-color: #ffffff;
|
169 |
-
width: 90%;
|
170 |
-
height: 50%;
|
171 |
-
max-height: 200px;
|
172 |
-
padding: 0px 10px;
|
173 |
-
transform: translate(-50%,0%);
|
174 |
-
left: 50%;
|
175 |
-
|
176 |
-
}
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
#head{
|
182 |
-
color:white;
|
183 |
-
margin-top:15px;
|
184 |
-
margin-bottom:5px;
|
185 |
-
}
|
186 |
-
#cont{
|
187 |
-
color: white;
|
188 |
-
margin-top: 5px;
|
189 |
-
margin-bottom: 15px;
|
190 |
-
font-size: 1.1rem;
|
191 |
-
}
|
192 |
-
</style>
|
193 |
<div id="restart">
|
194 |
<h3 id="head">Loading Time Limit Reached.</h3><br>
|
195 |
<h4 id="cont">Please Click Launch again to Continue, or choose a Simpler Prompt</h4>
|
|
|
136 |
""")
|
137 |
m_out = ("""
|
138 |
|
|
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
<div id="restart">
|
141 |
<h3 id="head">Loading Time Limit Reached.</h3><br>
|
142 |
<h4 id="cont">Please Click Launch again to Continue, or choose a Simpler Prompt</h4>
|