eaglelandsonce commited on
Commit
83e8d24
1 Parent(s): d3dd6cc

Update pages/9_Base_6_Example.py

Browse files
Files changed (1) hide show
  1. pages/9_Base_6_Example.py +2 -1
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 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")
102
+ st.write("With Hidden State in Red")
103
 
104
  # Embed the HTML content
105
  components.html(html_content, height=600)