eaglelandsonce
commited on
Commit
•
dc2e98a
1
Parent(s):
48c1006
Update pages/5_Base6Example.py
Browse files- pages/5_Base6Example.py +1 -1
pages/5_Base6Example.py
CHANGED
@@ -98,7 +98,7 @@ html_content = """
|
|
98 |
def main():
|
99 |
st.set_page_config(page_title="Interactive 2D Graph", layout="wide")
|
100 |
|
101 |
-
st.title("2D Interactive Graph Base 6 With Hidden State in Red")
|
102 |
|
103 |
# Embed the HTML content
|
104 |
components.html(html_content, height=600)
|
|
|
98 |
def main():
|
99 |
st.set_page_config(page_title="Interactive 2D Graph", layout="wide")
|
100 |
|
101 |
+
# st.title("2D Interactive Graph Base 6 With Hidden State in Red")
|
102 |
|
103 |
# Embed the HTML content
|
104 |
components.html(html_content, height=600)
|