david-oplatka commited on
Commit
d6e6b94
·
verified ·
1 Parent(s): d9ea50b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """