svjack commited on
Commit
e89886d
·
1 Parent(s): f215879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def predict(message, history):
27
 
28
  with gr.Blocks(css = "custom.css") as demo:
29
  title = gr.HTML(
30
- """<h1 align="center"> <font size="+2"> ChatGLM3 Chatbot ☔️🐼 </font> </h1>""",
31
  elem_id="title",
32
  )
33
 
 
27
 
28
  with gr.Blocks(css = "custom.css") as demo:
29
  title = gr.HTML(
30
+ """<h1 align="center"> <font size="+3"> ChatGLM3 Chatbot ☔️🐼 </font> </h1>""",
31
  elem_id="title",
32
  )
33