eaglelandsonce commited on
Commit
4ede07e
1 Parent(s): dc2e98a

Update pages/5_Base6Example.py

Browse files
Files changed (1) hide show
  1. pages/5_Base6Example.py +2 -2
pages/5_Base6Example.py CHANGED
@@ -22,7 +22,7 @@ html_content = """
22
  </style>
23
  </head>
24
  <body>
25
- <h1>2D Interactive Graph Base 6 With Hidden State in Red</h1>
26
  <div style="position: relative;">
27
  <canvas id="graphCanvas" width="500" height="400" style="border: 1px solid #000;"></canvas>
28
  <div id="coordinate-display"></div>
@@ -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)
 
22
  </style>
23
  </head>
24
  <body>
25
+
26
  <div style="position: relative;">
27
  <canvas id="graphCanvas" width="500" height="400" style="border: 1px solid #000;"></canvas>
28
  <div id="coordinate-display"></div>
 
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)