Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ cfg = OmegaConf.create({
|
|
49 |
})
|
50 |
|
51 |
cfg.description = f"""<style>
|
52 |
-
h2 {text-align: center;}
|
53 |
</style>
|
54 |
<h2>{cfg.description}</h2>
|
55 |
"""
|
|
|
49 |
})
|
50 |
|
51 |
cfg.description = f"""<style>
|
52 |
+
h2 {{ text-align: center; }}
|
53 |
</style>
|
54 |
<h2>{cfg.description}</h2>
|
55 |
"""
|