SondosMB commited on
Commit
e669126
·
verified ·
1 Parent(s): f44c806

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -937,6 +937,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
937
 
938
 
939
  def handle_evaluation(file, model_name, Team_name):
 
940
  if not file:
941
  return "Error: Please upload a prediction file.", 0, gr.update(visible=False)
942
  if not model_name or model_name.strip() == "":
 
937
 
938
 
939
  def handle_evaluation(file, model_name, Team_name):
940
+ print("🚀 Evaluation function started") # Debugging print
941
  if not file:
942
  return "Error: Please upload a prediction file.", 0, gr.update(visible=False)
943
  if not model_name or model_name.strip() == "":