Spaces:
Sleeping
Sleeping
fabiencasenave
commited on
Commit
•
c257e9e
1
Parent(s):
6f3ba92
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 |
|