Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
| 102 |
)
|
| 103 |
|
| 104 |
# ✅ Limit rows for Hugging Face display
|
| 105 |
-
results_df = pd.DataFrame(results_log).head(
|
| 106 |
return final_status, results_df
|
| 107 |
|
| 108 |
except Exception as e:
|
|
|
|
| 102 |
)
|
| 103 |
|
| 104 |
# ✅ Limit rows for Hugging Face display
|
| 105 |
+
results_df = pd.DataFrame(results_log).head(20)
|
| 106 |
return final_status, results_df
|
| 107 |
|
| 108 |
except Exception as e:
|