Spaces:
Build error
Build error
Commit
·
2c8ac08
1
Parent(s):
9e0e850
update markdown
Browse files
app.py
CHANGED
@@ -484,7 +484,7 @@ if prompt := st.chat_input(placeholder="Input Your Request"):
|
|
484 |
except Exception as e:
|
485 |
print("No need to add file in chatbot:", e)
|
486 |
|
487 |
-
st.markdown(response)
|
488 |
# st.markdown(colored_code_block(response), unsafe_allow_html=True)
|
489 |
# for content in response:
|
490 |
# if isinstance(content, str):
|
|
|
484 |
except Exception as e:
|
485 |
print("No need to add file in chatbot:", e)
|
486 |
|
487 |
+
st.markdown(response, unsafe_allow_html=True)
|
488 |
# st.markdown(colored_code_block(response), unsafe_allow_html=True)
|
489 |
# for content in response:
|
490 |
# if isinstance(content, str):
|