Spaces:
Sleeping
Sleeping
Update presidio_streamlit.py
Browse files- presidio_streamlit.py +2 -1
presidio_streamlit.py
CHANGED
@@ -17,6 +17,8 @@ from presidio_helpers import (
|
|
17 |
analyzer_engine,
|
18 |
)
|
19 |
|
|
|
|
|
20 |
components.html(
|
21 |
"""
|
22 |
<script type="text/javascript">
|
@@ -29,7 +31,6 @@ components.html(
|
|
29 |
"""
|
30 |
)
|
31 |
|
32 |
-
st.set_page_config(page_title="Presidio demo", layout="wide")
|
33 |
|
34 |
# Sidebar
|
35 |
st.sidebar.header(
|
|
|
17 |
analyzer_engine,
|
18 |
)
|
19 |
|
20 |
+
st.set_page_config(page_title="Presidio demo", layout="wide")
|
21 |
+
|
22 |
components.html(
|
23 |
"""
|
24 |
<script type="text/javascript">
|
|
|
31 |
"""
|
32 |
)
|
33 |
|
|
|
34 |
|
35 |
# Sidebar
|
36 |
st.sidebar.header(
|