Spaces:
Runtime error
Runtime error
Merge pull request #2 from TuanaCelik/list
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:
|