Spaces:
Running
Running
Update UI
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def fetch_stats_for_selected(selected_datasets: List[str], progress=gr.Progress(
|
|
| 55 |
output = [f"## Total Episodes: {total_episodes}\n"]
|
| 56 |
output.extend(results)
|
| 57 |
|
| 58 |
-
return "\n".join(output)
|
| 59 |
|
| 60 |
|
| 61 |
# Build the Gradio interface
|
|
|
|
| 55 |
output = [f"## Total Episodes: {total_episodes}\n"]
|
| 56 |
output.extend(results)
|
| 57 |
|
| 58 |
+
return "\n\n".join(output)
|
| 59 |
|
| 60 |
|
| 61 |
# Build the Gradio interface
|