eaglelandsonce
commited on
Commit
•
4df421f
1
Parent(s):
59704f8
Update pages/13_1st_Conscious_State.py
Browse files
pages/13_1st_Conscious_State.py
CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
|
|
2 |
import streamlit.components.v1 as components
|
3 |
|
4 |
# Set page configuration
|
5 |
-
st.set_page_config(page_title="
|
6 |
|
7 |
# Title
|
8 |
-
st.title("
|
9 |
|
10 |
# HTML content (your original HTML/JS code)
|
11 |
html_content = """
|
|
|
2 |
import streamlit.components.v1 as components
|
3 |
|
4 |
# Set page configuration
|
5 |
+
st.set_page_config(page_title="First Conscious Quadrant", layout="wide")
|
6 |
|
7 |
# Title
|
8 |
+
st.title("First Conscious Quadrant")
|
9 |
|
10 |
# HTML content (your original HTML/JS code)
|
11 |
html_content = """
|