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