PeterKruger commited on
Commit
77b8565
·
verified ·
1 Parent(s): 5c21f77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -948,7 +948,7 @@ if st.sidebar.button("Start Benchmark"):
948
  try:
949
  # Update status
950
  status_text.text("Benchmark running...")
951
- status_text.text("This will take a few minutes depending on the number of models and iterations chosen. If you want to follow progress in the question-answer-ranking process per each iteration, check the container log (above, next to the \"running\" button)
952
 
953
  # Run benchmark and get results
954
  results, cumulative_avg_rank, total_successful = run_benchmark(
 
948
  try:
949
  # Update status
950
  status_text.text("Benchmark running...")
951
+ status_text.text("\n\nThis will take a few minutes depending on the number of models and iterations chosen. If you want to follow progress in the question-answer-ranking process per each iteration, check the container log (above, next to the \"running\" button")
952
 
953
  # Run benchmark and get results
954
  results, cumulative_avg_rank, total_successful = run_benchmark(