Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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():
|