Daominhwysi
commited on
Commit
•
21f9f8b
1
Parent(s):
f6dac3e
Update README.md
Browse files
README.md
CHANGED
@@ -113,4 +113,9 @@ plt.axis('off')
|
|
113 |
plt.show()
|
114 |
|
115 |
print(f"Labeled as: {random_row['label']}")
|
|
|
|
|
|
|
|
|
|
|
116 |
```
|
|
|
113 |
plt.show()
|
114 |
|
115 |
print(f"Labeled as: {random_row['label']}")
|
116 |
+
```
|
117 |
+
|
118 |
+
```
|
119 |
+
df = pd.concat([df_1, df_2], ignore_index=True)
|
120 |
+
df.head()
|
121 |
```
|