ankithpatel commited on
Commit
e0b711e
·
verified ·
1 Parent(s): 67e601a

Update pages/introduction.py

Browse files
Files changed (1) hide show
  1. pages/introduction.py +2 -1
pages/introduction.py CHANGED
@@ -20,5 +20,6 @@ html_code = f"""
20
  <div style="text-align: center;">
21
  <img src="data:image/jpeg;base64,{img_base64}" alt="Local Image" style="border: 2px solid black; border-radius: 10px; max-width: 100%; height: auto;">
22
  </div>
23
- """,unsafe_allow_html=True)
 
24
 
 
20
  <div style="text-align: center;">
21
  <img src="data:image/jpeg;base64,{img_base64}" alt="Local Image" style="border: 2px solid black; border-radius: 10px; max-width: 100%; height: auto;">
22
  </div>
23
+ """
24
+ st.markdown(html_code, unsafe_allow_html=True)
25