Spaces:
Running
Running
Update app.py
Browse files
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
|
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(
|