jannisborn commited on
Commit
72dbb94
·
unverified ·
1 Parent(s): f8ccafc
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -74,6 +74,7 @@ def run_inference(
74
  )
75
  results.append(result)
76
  predicted_df = pd.DataFrame(results)
 
77
 
78
  # Prepare DF to visualize
79
  if omic_path is None:
 
74
  )
75
  results.append(result)
76
  predicted_df = pd.DataFrame(results)
77
+ print(predicted_df)
78
 
79
  # Prepare DF to visualize
80
  if omic_path is None: