Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -140,32 +140,32 @@ m_out = ("""
|
|
| 140 |
|
| 141 |
<style>
|
| 142 |
#restart_btn{
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
transform: translate(-50%,-100%);
|
| 159 |
}
|
| 160 |
#head{
|
| 161 |
color:white;
|
| 162 |
-
margin-top:
|
| 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">
|
|
|
|
| 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 |
#head{
|
| 160 |
color:white;
|
| 161 |
+
margin-top:35px;
|
| 162 |
margin-bottom:5px;
|
| 163 |
}
|
| 164 |
#cont{
|
| 165 |
color:white;
|
| 166 |
margin-top:5px;
|
| 167 |
margin-bottom:5px;
|
| 168 |
+
font-size:1.1rem;
|
| 169 |
}
|
| 170 |
</style>
|
| 171 |
<div id="restart_btn">
|