Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ def sample_info(sample_id_str, fieldn):
|
|
| 81 |
|
| 82 |
|
| 83 |
|
| 84 |
-
str__ = f"
|
| 85 |
str__ += str(plaid_sample)+"\n"
|
| 86 |
str__ += f"number of nodes: {nodes.shape[0]}"
|
| 87 |
|
|
|
|
| 81 |
|
| 82 |
|
| 83 |
|
| 84 |
+
str__ = f"Training sample {sample_id_str}\n"
|
| 85 |
str__ += str(plaid_sample)+"\n"
|
| 86 |
str__ += f"number of nodes: {nodes.shape[0]}"
|
| 87 |
|