fabiencasenave commited on
Commit
c257e9e
1 Parent(s): 6f3ba92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def sample_info(sample_id_str, fieldn):
81
 
82
 
83
 
84
- str__ = f"loading sample {sample_id_str}\n"
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