Spaces:
Runtime error
Runtime error
change name of annotation
Browse files- pages/recipes.py +1 -1
pages/recipes.py
CHANGED
@@ -64,7 +64,7 @@ if text and button:
|
|
64 |
st.image(image, width=300)
|
65 |
with col2:
|
66 |
st.write(f"***Название:*** {title}")
|
67 |
-
st.write(f"
|
68 |
similarity = float(similarity)
|
69 |
st.write(f"***Cosine Similarity : {round(similarity, 3)}***")
|
70 |
st.write(f"***Ссылка на блюдо : {url}***")
|
|
|
64 |
st.image(image, width=300)
|
65 |
with col2:
|
66 |
st.write(f"***Название:*** {title}")
|
67 |
+
st.write(f"***Описание:*** {annotation}")
|
68 |
similarity = float(similarity)
|
69 |
st.write(f"***Cosine Similarity : {round(similarity, 3)}***")
|
70 |
st.write(f"***Ссылка на блюдо : {url}***")
|