Spaces:
Sleeping
Sleeping
hanwang commited on
Commit ·
815b969
1
Parent(s): 8acf7d6
Minor UI cleanup
Browse files
main.py
CHANGED
|
@@ -50,7 +50,6 @@ st.markdown(
|
|
| 50 |
tab1, tab2, tab3 = st.tabs(["Random", "Search and Browse", "Dept Analytics"])
|
| 51 |
|
| 52 |
with tab1:
|
| 53 |
-
st.write("TBD")
|
| 54 |
total, ids = cache_objectsWithImages()
|
| 55 |
st.write(f"There are {total} images in the Met collection\nHere are 3 random ones for your enjoyment...")
|
| 56 |
|
|
|
|
| 50 |
tab1, tab2, tab3 = st.tabs(["Random", "Search and Browse", "Dept Analytics"])
|
| 51 |
|
| 52 |
with tab1:
|
|
|
|
| 53 |
total, ids = cache_objectsWithImages()
|
| 54 |
st.write(f"There are {total} images in the Met collection\nHere are 3 random ones for your enjoyment...")
|
| 55 |
|