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