Update LLMInsights.py
Browse files- LLMInsights.py +1 -1
LLMInsights.py
CHANGED
@@ -418,7 +418,7 @@ with tab1:
|
|
418 |
metadata_text = '\n'.join(formatted_metadata_list)
|
419 |
|
420 |
st.markdown('<h1 style="color:#100170;font-size:24px;">Augmented Knowledge Metadata</h1>', unsafe_allow_html=True)
|
421 |
-
st.
|
422 |
|
423 |
|
424 |
|
|
|
418 |
metadata_text = '\n'.join(formatted_metadata_list)
|
419 |
|
420 |
st.markdown('<h1 style="color:#100170;font-size:24px;">Augmented Knowledge Metadata</h1>', unsafe_allow_html=True)
|
421 |
+
st.markdown(metadata_text, unsafe_allow_html=True)
|
422 |
|
423 |
|
424 |
|