hjp157688 commited on
Commit
b79dbd8
1 Parent(s): 2064da5

Update pages/文件式文本检测工具.py

Browse files
pages/文件式文本检测工具.py CHANGED
@@ -233,7 +233,7 @@ if file is not None:
233
  st.success("所有文本已检测完成!")
234
 
235
  # 如果用户选择了保存结果
236
- if (save_results and not stop_flag) or st.button("保存结果为CSV文件"):
237
  # 提供下载链接
238
  csv_result = results_df.to_csv(index=False)
239
  st.download_button(
 
233
  st.success("所有文本已检测完成!")
234
 
235
  # 如果用户选择了保存结果
236
+ if save_results and not stop_flag:
237
  # 提供下载链接
238
  csv_result = results_df.to_csv(index=False)
239
  st.download_button(