Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ plt.show()
|
|
154 |
|
155 |
# Display 5 random rows
|
156 |
print("Sample text examples with emotion labels:")
|
157 |
-
|
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 |
|