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

Update app.py

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