lunarflu HF staff commited on
Commit
295e0b0
1 Parent(s): 7580f86

removing dataframe1 (old)

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -343,8 +343,6 @@ with demo:
343
  counts[value] = counts.get(value, 0) + 1
344
  dataframe2['Members'] = dataframe2['Levels'].map(counts)
345
 
346
- print("Dataframe 1:")
347
- print(dataframe1)
348
  print("\nDataframe 2:")
349
  print(dataframe2)
350
 
 
343
  counts[value] = counts.get(value, 0) + 1
344
  dataframe2['Members'] = dataframe2['Levels'].map(counts)
345
 
 
 
346
  print("\nDataframe 2:")
347
  print(dataframe2)
348