Spaces:
Runtime error
Runtime error
ZanSara
commited on
Commit
Β·
ee4d482
1
Parent(s):
ab84f1e
add link to disclaimer
Browse files- π‘_Home.py +5 -1
π‘_Home.py
CHANGED
|
@@ -38,7 +38,11 @@ set_state_if_absent("statement", "What is the fastest animal?")
|
|
| 38 |
set_state_if_absent("results", None)
|
| 39 |
|
| 40 |
st.write("# Search for animals at Lisbon Zoo with MultiModalRetrieval π
")
|
| 41 |
-
st.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
st.markdown(
|
| 43 |
"""
|
| 44 |
##### Ask a question about animals in the Lisbon Zoo:
|
|
|
|
| 38 |
set_state_if_absent("results", None)
|
| 39 |
|
| 40 |
st.write("# Search for animals at Lisbon Zoo with MultiModalRetrieval π
")
|
| 41 |
+
st.markdown(
|
| 42 |
+
"**Disclaimer**: This demo will produce odd results if the Lisbon Zoo "
|
| 43 |
+
"[does not have said animal](https://zooinstitutes.com/zooinstitutes/lisbon-zoo-518.html?id_type=2) π - "
|
| 44 |
+
"Stay tuned for improvements"
|
| 45 |
+
)
|
| 46 |
st.markdown(
|
| 47 |
"""
|
| 48 |
##### Ask a question about animals in the Lisbon Zoo:
|