Spaces:
Build error
Build error
Update pages/9_Base_6_Example.py
Browse files
pages/9_Base_6_Example.py
CHANGED
|
@@ -98,7 +98,8 @@ 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
|
|
|
|
| 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")
|
| 102 |
+
st.write("With Hidden State in Red")
|
| 103 |
|
| 104 |
# Embed the HTML content
|
| 105 |
components.html(html_content, height=600)
|