Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -198,12 +198,11 @@ input, textarea {{
|
|
| 198 |
# ----------------------------
|
| 199 |
with gr.Blocks(css=custom_css) as demo:
|
| 200 |
|
| 201 |
-
gr.HTML("<h1 style='text-align:center;'>🌼
|
| 202 |
|
| 203 |
with gr.Column(elem_classes="main-card"):
|
| 204 |
|
| 205 |
# Character buttons
|
| 206 |
-
gr.HTML("<h2 style='text-align:center; font-weight:800; font-size:28px; color:#4A4A4A;'>Choose Your Character</h2>")
|
| 207 |
char_btns = gr.Radio(
|
| 208 |
list(CHARACTERS.keys()),
|
| 209 |
value="JARVIS",
|
|
|
|
| 198 |
# ----------------------------
|
| 199 |
with gr.Blocks(css=custom_css) as demo:
|
| 200 |
|
| 201 |
+
gr.HTML("<h1 style='text-align:center;'>🌼 AI Character Chat 🌼</h1>")
|
| 202 |
|
| 203 |
with gr.Column(elem_classes="main-card"):
|
| 204 |
|
| 205 |
# Character buttons
|
|
|
|
| 206 |
char_btns = gr.Radio(
|
| 207 |
list(CHARACTERS.keys()),
|
| 208 |
value="JARVIS",
|