vova631 commited on
Commit
508ee85
·
verified ·
1 Parent(s): e468f42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ plt.show()
154
 
155
  # Display 5 random rows
156
  print("Sample text examples with emotion labels:")
157
- display(df.sample(5)[["text", "labels"]])
158
 
159
  """This step is meant to get a qualitative sense of the dataset by inspecting real examples. It helps verify whether:
160
 
 
154
 
155
  # Display 5 random rows
156
  print("Sample text examples with emotion labels:")
157
+ print(df.sample(5)[["text", "labels"]])
158
 
159
  """This step is meant to get a qualitative sense of the dataset by inspecting real examples. It helps verify whether:
160