Spaces:
Runtime error
Runtime error
Javi
commited on
Commit
·
0256e37
1
Parent(s):
d0950d8
Added link to How it was built
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
@@ -324,6 +324,6 @@ elif task_name == "Image ranking":
|
|
324 |
Sections.multiple_images_input_preview(session_state)
|
325 |
Sections.classification_output(session_state)
|
326 |
|
327 |
-
st.markdown("<br><br><br><br>Made by [@JavierFnts](https://twitter.com/JavierFnts)
|
328 |
"", unsafe_allow_html=True)
|
329 |
session_state.sync()
|
|
|
324 |
Sections.multiple_images_input_preview(session_state)
|
325 |
Sections.classification_output(session_state)
|
326 |
|
327 |
+
st.markdown("<br><br><br><br>Made by [@JavierFnts](https://twitter.com/JavierFnts) | [How was CLIP Playground built?](https://twitter.com/JavierFnts/status/1363522529072214019)"
|
328 |
"", unsafe_allow_html=True)
|
329 |
session_state.sync()
|