Solshine commited on
Commit
62170a5
1 Parent(s): 5b09a34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def launch_bot():
64
  st.markdown("---")
65
  st.image(image, width=250)
66
 
67
- st.markdown(f"<center> <h2> Copyleft Cultivars AI Agriculturr Assistant demo: {cfg.title} </h2> </center>", unsafe_allow_html=True)
68
  st.markdown(f"<center> <h4> {cfg.description} <h4> </center>", unsafe_allow_html=True)
69
 
70
  if "messages" not in st.session_state.keys():
 
64
  st.markdown("---")
65
  st.image(image, width=250)
66
 
67
+ st.markdown(f"<center> <h2> Copyleft Cultivars AI Agriculture Assistant demo: {cfg.title} </h2> </center>", unsafe_allow_html=True)
68
  st.markdown(f"<center> <h4> {cfg.description} <h4> </center>", unsafe_allow_html=True)
69
 
70
  if "messages" not in st.session_state.keys():