Update app.py
Browse files
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() == "":
|