Spaces:
Runtime error
Runtime error
Upload main.py
Browse files
main.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(title="ChatGPT 学术优化", theme=set_theme, analytics_enabled=
|
|
69 |
stopBtn = gr.Button("停止", variant="secondary"); stopBtn.style(size="sm")
|
70 |
clearBtn = gr.Button("清除", variant="secondary", visible=False); clearBtn.style(size="sm")
|
71 |
with gr.Row():
|
72 |
-
status = gr.Markdown(f"Tips: 按Enter提交, 按Shift+Enter
|
73 |
with gr.Accordion("基础功能区", open=False) as area_basic_fn:
|
74 |
with gr.Row():
|
75 |
for k in functional:
|
|
|
69 |
stopBtn = gr.Button("停止", variant="secondary"); stopBtn.style(size="sm")
|
70 |
clearBtn = gr.Button("清除", variant="secondary", visible=False); clearBtn.style(size="sm")
|
71 |
with gr.Row():
|
72 |
+
status = gr.Markdown(f"Tips: 按Enter提交, 按Shift+Enter换行。")
|
73 |
with gr.Accordion("基础功能区", open=False) as area_basic_fn:
|
74 |
with gr.Row():
|
75 |
for k in functional:
|