Compare commits

..

2 Commits

Author SHA1 Message Date
ly 72e4e9ef6f 删除python缓存 2025-07-04 14:03:41 +08:00
ly 3ba0a4b55c 修改没有结果输出BUG 2025-07-04 14:03:08 +08:00
15 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -98,7 +98,7 @@ def run_code(data):
"data": None
}
result = code_executor.execute_code(data['code'])
return code_executor.execute_code(data['code'])
def main():
st.set_page_config(layout="wide", page_title="JSONL查看器")