Update utils/documentation.py
Browse files- utils/documentation.py +1 -8
utils/documentation.py
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
import streamlit.components.v1 as components
|
3 |
-
|
4 |
-
# HTML content as a string
|
5 |
html_content = """
|
6 |
<!DOCTYPE html>
|
7 |
<html lang="en">
|
@@ -76,7 +72,4 @@ html_content = """
|
|
76 |
</div>
|
77 |
</body>
|
78 |
</html>
|
79 |
-
"""
|
80 |
-
|
81 |
-
# Display the HTML in Streamlit
|
82 |
-
components.html(html_content, height=800, scrolling=True)
|
|
|
|
|
|
|
|
|
|
|
1 |
html_content = """
|
2 |
<!DOCTYPE html>
|
3 |
<html lang="en">
|
|
|
72 |
</div>
|
73 |
</body>
|
74 |
</html>
|
75 |
+
"""
|
|
|
|
|
|