change html title

This commit is contained in:
binaryYuki 2024-12-13 19:05:22 +00:00
parent ecb636d175
commit 44853bc96d
No known key found for this signature in database
GPG Key ID: 4888AE029CF94BAC
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def main():
customize_btns = {}
predefined_btns = {}
from shared_utils.cookie_manager import make_cookie_cache, make_history_cache
with gr.Blocks(title="GPT 学术优化", theme=set_theme, analytics_enabled=False, css=advanced_css) as app_block:
with gr.Blocks(title="GPT Academic", theme=set_theme, analytics_enabled=False, css=advanced_css) as app_block:
gr.HTML(title_html)
secret_css = gr.Textbox(visible=False, elem_id="secret_css")
register_advanced_plugin_init_arr = ""