Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +2 -2
ChuanhuChatbot.py
CHANGED
@@ -34,6 +34,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
34 |
|
35 |
with gr.Row():
|
36 |
gr.HTML(CHUANHU_TITLE, elem_id="app_title")
|
|
|
37 |
status_display = gr.Markdown(get_geoip(), elem_id="status_display")
|
38 |
with gr.Row(elem_id="float_display"):
|
39 |
user_info = gr.Markdown(value="getting user info...", elem_id="user_info")
|
@@ -434,11 +435,10 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
434 |
|
435 |
logging.info(
|
436 |
colorama.Back.GREEN
|
437 |
-
+ "\n川虎的温馨提示:访问 http://localhost:7860 查看界面"
|
438 |
+ colorama.Style.RESET_ALL
|
439 |
)
|
440 |
# 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
|
441 |
-
demo.title = i18n("
|
442 |
|
443 |
if __name__ == "__main__":
|
444 |
reload_javascript()
|
|
|
34 |
|
35 |
with gr.Row():
|
36 |
gr.HTML(CHUANHU_TITLE, elem_id="app_title")
|
37 |
+
gr.HTML('<center>与AI对话,请描述您的需求-支持中文、英语、日本语等。<br>访问费用由站长承担,请勿频繁访问!</center>')
|
38 |
status_display = gr.Markdown(get_geoip(), elem_id="status_display")
|
39 |
with gr.Row(elem_id="float_display"):
|
40 |
user_info = gr.Markdown(value="getting user info...", elem_id="user_info")
|
|
|
435 |
|
436 |
logging.info(
|
437 |
colorama.Back.GREEN
|
|
|
438 |
+ colorama.Style.RESET_ALL
|
439 |
)
|
440 |
# 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
|
441 |
+
demo.title = i18n("SIXECO AI助理")
|
442 |
|
443 |
if __name__ == "__main__":
|
444 |
reload_javascript()
|