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