AlissenMoreno61 commited on
Commit
20cca85
·
verified ·
1 Parent(s): d76f4ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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;'>🌼 Pastel Daisy Assistant 🌼</h1>")
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",