PeterKruger commited on
Commit
ead8450
·
verified ·
1 Parent(s): b7fb7d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -957,7 +957,7 @@ if st.sidebar.button("Start Benchmark"):
957
  # Run the benchmark
958
  try:
959
  # Update status
960
- status_text.text("Benchmark running...\n\nFor more detailed logs, check the container log (above, next to the \"running\" button).")
961
 
962
  # Run benchmark and get results
963
  results, cumulative_avg_rank, total_successful = run_benchmark(
 
957
  # Run the benchmark
958
  try:
959
  # Update status
960
+ status_text.text("Benchmark running... For more detailed logs, check the container log (above, next to the \"running\" button).")
961
 
962
  # Run benchmark and get results
963
  results, cumulative_avg_rank, total_successful = run_benchmark(