Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -88,7 +88,7 @@ def loadchats():
|
|
| 88 |
with st.chat_message("assistant"):
|
| 89 |
st.info("Using Appropriate tool")
|
| 90 |
if("Filepath" in message.content):
|
| 91 |
-
st.markdown(create_download_link(message.content.split(':')[1] , unsafe_allow_html = True)
|
| 92 |
|
| 93 |
return messages
|
| 94 |
|
|
|
|
| 88 |
with st.chat_message("assistant"):
|
| 89 |
st.info("Using Appropriate tool")
|
| 90 |
if("Filepath" in message.content):
|
| 91 |
+
st.markdown(create_download_link(message.content.split(':')[1]) , unsafe_allow_html = True)
|
| 92 |
|
| 93 |
return messages
|
| 94 |
|