Spaces:
Running
Running
Commit
·
7ef623c
1
Parent(s):
68dc470
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,7 +161,7 @@ def radio_on_change(
|
|
| 161 |
)
|
| 162 |
|
| 163 |
|
| 164 |
-
title = """<h1 align="center"
|
| 165 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
| 166 |
|
| 167 |
```
|
|
|
|
| 161 |
)
|
| 162 |
|
| 163 |
|
| 164 |
+
title = """<h1 align="center">Chat LLMs</h1>"""
|
| 165 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
| 166 |
|
| 167 |
```
|