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 |
|
@@ -413,7 +413,7 @@ logging.info(
|
|
413 |
+ colorama.Style.RESET_ALL
|
414 |
)
|
415 |
# 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
|
416 |
-
demo.title = "
|
417 |
|
418 |
if __name__ == "__main__":
|
419 |
reload_javascript()
|
|
|
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 |
|
|
|
413 |
+ colorama.Style.RESET_ALL
|
414 |
)
|
415 |
# 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
|
416 |
+
demo.title = "ChatGPT 🚀"
|
417 |
|
418 |
if __name__ == "__main__":
|
419 |
reload_javascript()
|