MoDongbao commited on
Commit
8789179
·
1 Parent(s): 57596e2

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks(title="ChatGPT 学术优化", theme=set_theme, analytics_enabled=
73
  for k in functional:
74
  variant = functional[k]["Color"] if "Color" in functional[k] else "secondary"
75
  functional[k]["Button"] = gr.Button(k, variant=variant)
76
- with gr.Accordion("函数插件区", open=True) as area_crazy_fn:
77
  with gr.Row():
78
  gr.Markdown("注意:以下“红颜色”标识的函数插件需从输入区读取路径作为参数.")
79
  with gr.Row():
 
73
  for k in functional:
74
  variant = functional[k]["Color"] if "Color" in functional[k] else "secondary"
75
  functional[k]["Button"] = gr.Button(k, variant=variant)
76
+ with gr.Accordion("函数插件区", open=True, visible=False) as area_crazy_fn:
77
  with gr.Row():
78
  gr.Markdown("注意:以下“红颜色”标识的函数插件需从输入区读取路径作为参数.")
79
  with gr.Row():