Wen1201 commited on
Commit
bff150c
·
verified ·
1 Parent(s): 72f09a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -92,7 +92,8 @@ from utils import (
92
  plot_confusion_matrix,
93
  plot_probability_distribution,
94
  generate_network_graph,
95
- create_cpd_table
 
96
  )
97
 
98
  # 初始化 session state
 
92
  plot_confusion_matrix,
93
  plot_probability_distribution,
94
  generate_network_graph,
95
+ create_cpd_table,
96
+ export_results_to_json
97
  )
98
 
99
  # 初始化 session state