Norgan97 commited on
Commit
46522f1
1 Parent(s): 987828f

change name of annotation

Browse files
Files changed (1) hide show
  1. 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"***Аннотация:*** {annotation}")
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}***")