Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
52 |
-
|
53 |
-
|
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 + '!'
|