Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,6 @@ page = st.sidebar.radio("", list(PAGES.keys()))
|
|
22 |
st.sidebar.markdown("## Links")
|
23 |
|
24 |
st.sidebar.markdown("[PLIP Model](https://huggingface.co/vinid/plip)")
|
25 |
-
st.sidebar.markdown("[OpenPath Dataset]()")
|
26 |
st.sidebar.markdown("[PLIP Code](https://github.com/vinid/path_eval)")
|
27 |
PAGES[page].app()
|
|
|
22 |
st.sidebar.markdown("## Links")
|
23 |
|
24 |
st.sidebar.markdown("[PLIP Model](https://huggingface.co/vinid/plip)")
|
25 |
+
st.sidebar.markdown("[OpenPath Dataset](https://drive.google.com/drive/folders/1b5UT8BzUphkHZavRG-fmiyY9JWYIWZER)")
|
26 |
st.sidebar.markdown("[PLIP Code](https://github.com/vinid/path_eval)")
|
27 |
PAGES[page].app()
|