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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -48,6 +48,8 @@ cfg = OmegaConf.create({
48
  'prompt_name': os.environ.get('prompt_name', None)
49
  })
50
 
 
 
51
  def random_fun(message, history):
52
  return message + '!'
53
 
 
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 + '!'
55