From 3fcee3762df184b39d0940678ed41117ba00ede8 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Sat, 15 Jul 2023 14:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ca26d2e..a39736d 100644 --- a/main.py +++ b/main.py @@ -52,7 +52,7 @@ def main(): CHATBOT_HEIGHT /= 2 cancel_handles = [] - with gr.Blocks(title="ChatGPT 学术优化", theme=set_theme, analytics_enabled=False, css=advanced_css) as demo: + with gr.Blocks(title="GPT 学术优化", theme=set_theme, analytics_enabled=False, css=advanced_css) as demo: gr.HTML(title_html) cookies = gr.State(load_chat_cookies()) with gr_L1():