axelsirota commited on
Commit
2c2d0e8
·
verified ·
1 Parent(s): 919c0ef

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -13,4 +13,4 @@ pinned: false
13
 
14
  Interactive confusion matrix with business cost analysis. Adjust TP/FP/FN/TN and see how precision, recall, F1, and dollar costs change.
15
 
16
- Part of the **AI for Product Managers** course by Data Trainers LLC.
 
13
 
14
  Interactive confusion matrix with business cost analysis. Adjust TP/FP/FN/TN and see how precision, recall, F1, and dollar costs change.
15
 
16
+ Part of the **AI for Product Managers** course.
app.py CHANGED
@@ -171,7 +171,7 @@ with gr.Blocks(title="Metrics Explainer", theme=gr.themes.Soft(primary_hue="blue
171
  # Auto-calculate on load
172
  demo.load(calculate_metrics, inputs, outputs)
173
 
174
- gr.Markdown("---\n*Part of the AI for Product Managers course by Data Trainers LLC*")
175
 
176
 
177
  if __name__ == "__main__":
 
171
  # Auto-calculate on load
172
  demo.load(calculate_metrics, inputs, outputs)
173
 
174
+ gr.Markdown("---\n*AI for Product Managers*")
175
 
176
 
177
  if __name__ == "__main__":