You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/label_tool.py
+40-17Lines changed: 40 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
'''
2
-
This script is used to read the table data from the jsonl file and display it in a streamlit app.
3
-
4
-
命令行输入:
5
-
streamlit run WebMainBench/webmainbench/utils/Data_Modification_Tools.py -- WebMainBench/data/WebMainBench_test_0814_llm-webkit_filtered_table_results.jsonl
2
+
本脚本用于从jsonl文件读取表格数据,并在streamlit应用中展示和编辑。
3
+
命令行输入示例:
4
+
streamlit run /home/zhangshuo/Desktop/vscodeworkspace/WebMainBench/tools/label_tool.py -- WebMainBench/data/WebMainBench_test_0814_llm-webkit_filtered_table_results.jsonl
0 commit comments