miracle01 commited on
Commit
f5b941d
1 Parent(s): 9ff832a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -448,7 +448,7 @@ def main():
448
  st.markdown(f'<h5 style="color:white;">Flower Type: <span style="color:orange;">{flower}</span></h4>', unsafe_allow_html=True)
449
  st.markdown(f'<h5 style="color:white;">Closeness: <span style="color:orange;">{closeness}%</span></h4>', unsafe_allow_html=True)
450
  st.markdown(f'<h5 style="color:white;">Botanical Name: <span style="color:orange;">{botanical_name}</span></h4>', unsafe_allow_html=True)
451
- st.markdown(f'<h5 style="color:white;">Usefulness: <span style="color:orange;">{flower_usefulness}</span></h4>', unsafe_allow_html=True)
452
  st.markdown(f'<h5 style="color:white;">French Name: <span style="color:orange;">{french_name}</span></h4>', unsafe_allow_html=True)
453
 
454
  elif selected == "Local Classifier":
 
448
  st.markdown(f'<h5 style="color:white;">Flower Type: <span style="color:orange;">{flower}</span></h4>', unsafe_allow_html=True)
449
  st.markdown(f'<h5 style="color:white;">Closeness: <span style="color:orange;">{closeness}%</span></h4>', unsafe_allow_html=True)
450
  st.markdown(f'<h5 style="color:white;">Botanical Name: <span style="color:orange;">{botanical_name}</span></h4>', unsafe_allow_html=True)
451
+ st.markdown(f'<h5 style="color:white;">Usefulness/Description: <span style="color:orange;">{flower_usefulness}</span></h4>', unsafe_allow_html=True)
452
  st.markdown(f'<h5 style="color:white;">French Name: <span style="color:orange;">{french_name}</span></h4>', unsafe_allow_html=True)
453
 
454
  elif selected == "Local Classifier":