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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -48,7 +48,11 @@ cfg = OmegaConf.create({
48
  'prompt_name': os.environ.get('prompt_name', None)
49
  })
50
 
51
- cfg.description = f"<h2>{cfg.description}<\h2>"
 
 
 
 
52
 
53
  def random_fun(message, history):
54
  return message + '!'
 
48
  'prompt_name': os.environ.get('prompt_name', None)
49
  })
50
 
51
+ cfg.description = f"""<style>
52
+ h2 {text-align: center;}
53
+ </style>
54
+ <h2>{cfg.description}</h2>
55
+ """
56
 
57
  def random_fun(message, history):
58
  return message + '!'