kamil1300 commited on
Commit
9c4e5f0
·
verified ·
1 Parent(s): bc9c11b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(50)
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: