Update app.py
Browse files
app.py
CHANGED
@@ -59,11 +59,17 @@ t_out = ("""
|
|
59 |
|
60 |
#restart_btn{
|
61 |
position: fixed;
|
62 |
-
top:
|
63 |
-
left:
|
64 |
z-index:19999;
|
|
|
|
|
|
|
|
|
|
|
65 |
background: #ff000059;
|
66 |
-
width:
|
|
|
67 |
padding: 30px 40px;
|
68 |
transform: translate(-50%,-50%);
|
69 |
}
|
@@ -147,7 +153,7 @@ m_out = ("""
|
|
147 |
<div id="restart_btn">
|
148 |
<h1><center>Loading Time Limit Reached.<br>
|
149 |
Please Click Launch again to Continue, or choose a Simpler Prompt</h1></center>
|
150 |
-
|
151 |
|
152 |
""")
|
153 |
|
|
|
59 |
|
60 |
#restart_btn{
|
61 |
position: fixed;
|
62 |
+
top: 50%;
|
63 |
+
left: 50%;
|
64 |
z-index:19999;
|
65 |
+
font-family: "Poppins",sans-serif;
|
66 |
+
text-align: center;
|
67 |
+
padding: 30px 40px;
|
68 |
+
border-radius: 8px;
|
69 |
+
|
70 |
background: #ff000059;
|
71 |
+
width: 200px;
|
72 |
+
height: 200px;
|
73 |
padding: 30px 40px;
|
74 |
transform: translate(-50%,-50%);
|
75 |
}
|
|
|
153 |
<div id="restart_btn">
|
154 |
<h1><center>Loading Time Limit Reached.<br>
|
155 |
Please Click Launch again to Continue, or choose a Simpler Prompt</h1></center>
|
156 |
+
</div>
|
157 |
|
158 |
""")
|
159 |
|