Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
18d04b1
1
Parent(s):
4a46428
fix
Browse files
app.py
CHANGED
@@ -200,13 +200,13 @@ with app:
|
|
200 |
<div style="text-align: center; margin: 0 auto;">
|
201 |
<div
|
202 |
style="
|
203 |
-
display:
|
204 |
align-items: center;
|
205 |
gap: 0.8rem;
|
206 |
font-size: 1.75rem;
|
207 |
"
|
208 |
>
|
209 |
-
<svg width="155" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 407 100">
|
210 |
<g id="SvgjsG2746"
|
211 |
transform="matrix(0.8454106280193237,0,0,0.8454106280193237,-4.2270531400966185,-4.2270531400966185)"
|
212 |
fill="#111">
|
|
|
200 |
<div style="text-align: center; margin: 0 auto;">
|
201 |
<div
|
202 |
style="
|
203 |
+
display: flex;
|
204 |
align-items: center;
|
205 |
gap: 0.8rem;
|
206 |
font-size: 1.75rem;
|
207 |
"
|
208 |
>
|
209 |
+
<svg style="margin-top: 13"; width="155" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 407 100">
|
210 |
<g id="SvgjsG2746"
|
211 |
transform="matrix(0.8454106280193237,0,0,0.8454106280193237,-4.2270531400966185,-4.2270531400966185)"
|
212 |
fill="#111">
|