AIEcosystem commited on
Commit
dfb6588
·
verified ·
1 Parent(s): c615f7e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +7 -1
src/streamlit_app.py CHANGED
@@ -73,7 +73,13 @@ For any errors or inquiries, please contact us at info@nlpblogs.com""")
73
  with st.sidebar:
74
  st.write("Use the following code to embed the PiiGuard web app on your website. Feel free to adjust the width and height values to fit your page.")
75
  code = '''
76
- <iframe src="https://aiecosystem-piiguard.hf.space" frameborder="0" width="850" height="450" ></iframe>
 
 
 
 
 
 
77
  '''
78
  st.code(code, language="html")
79
  st.text("")
 
73
  with st.sidebar:
74
  st.write("Use the following code to embed the PiiGuard web app on your website. Feel free to adjust the width and height values to fit your page.")
75
  code = '''
76
+ <iframe
77
+ src="https://aiecosystem-piiguard.hf.space"
78
+ frameborder="0"
79
+ width="850"
80
+ height="450"
81
+ ></iframe>
82
+
83
  '''
84
  st.code(code, language="html")
85
  st.text("")