Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
| 76 |
with gr.Column(scale=1):
|
| 77 |
gr.HTML(title)
|
| 78 |
with gr.Column(scale=4):
|
| 79 |
-
gr.HTML('<center
|
| 80 |
with gr.Column(scale=4):
|
| 81 |
status_display = gr.Markdown(get_geoip(), elem_id="status_display")
|
| 82 |
|
|
|
|
| 76 |
with gr.Column(scale=1):
|
| 77 |
gr.HTML(title)
|
| 78 |
with gr.Column(scale=4):
|
| 79 |
+
gr.HTML('<center>欢迎访问元宇宙俱乐部ChatGPT</center>')
|
| 80 |
with gr.Column(scale=4):
|
| 81 |
status_display = gr.Markdown(get_geoip(), elem_id="status_display")
|
| 82 |
|