Spaces:
Build error
Build error
taquynhnga
commited on
Commit
·
738e754
1
Parent(s):
5111c0a
Update pages/4_ImageNet1k.py
Browse files- pages/4_ImageNet1k.py +2 -0
pages/4_ImageNet1k.py
CHANGED
@@ -3,6 +3,8 @@ import pandas as pd
|
|
3 |
|
4 |
from backend.utils import load_dataset, use_container_width_percentage
|
5 |
|
|
|
|
|
6 |
st.title('ImageNet-1k')
|
7 |
st.markdown('This page shows the summary of 50,000 images in the validation set of [ImageNet-1k](https://huggingface.co/datasets/imagenet-1k)')
|
8 |
|
|
|
3 |
|
4 |
from backend.utils import load_dataset, use_container_width_percentage
|
5 |
|
6 |
+
st.set_page_config(layout='wide')
|
7 |
+
|
8 |
st.title('ImageNet-1k')
|
9 |
st.markdown('This page shows the summary of 50,000 images in the validation set of [ImageNet-1k](https://huggingface.co/datasets/imagenet-1k)')
|
10 |
|