From 1bed2644fae3b47e04afefd3a6242b5026aa3332 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Fri, 18 Aug 2023 10:43:36 +0800 Subject: [PATCH] feat(editor): ChatExcel ChatExcel devlop part 1 --- pilot/scene/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/scene/base.py b/pilot/scene/base.py index 3c4b5b7a7..61115e2af 100644 --- a/pilot/scene/base.py +++ b/pilot/scene/base.py @@ -10,7 +10,7 @@ class Scene: describe, param_types: List = [], is_inner: bool = False, - show_disable=True, + show_disable=False, prepare_scene_code: str = None, ):