devchavda11 commited on
Commit
9aa95e7
·
verified ·
1 Parent(s): bceb3e7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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