修改没有结果输出BUG

This commit is contained in:
2025-07-04 14:03:08 +08:00
parent 2889ec514b
commit 3ba0a4b55c
+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查看器")