change html title
This commit is contained in:
parent
ecb636d175
commit
44853bc96d
2
main.py
2
main.py
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue