Update pages/5_Connected_Goal_Graph.py
Browse files
pages/5_Connected_Goal_Graph.py
CHANGED
@@ -8,7 +8,7 @@ html_content = """
|
|
8 |
<head>
|
9 |
<meta charset="UTF-8">
|
10 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
11 |
-
|
12 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.min.js"></script>
|
13 |
<style>
|
14 |
body { font-family: Arial, sans-serif; margin: 20px; }
|
@@ -193,8 +193,8 @@ html_content = """
|
|
193 |
def main():
|
194 |
st.set_page_config(page_title="Exam Data Analysis Goals", layout="wide")
|
195 |
|
196 |
-
st.title("Comprehensive Exam Data Analysis
|
197 |
-
st.write("This visualization shows 30 industry goals with connections for exam data analysis
|
198 |
|
199 |
# Render the HTML content
|
200 |
components.html(html_content, height=900, scrolling=True)
|
|
|
8 |
<head>
|
9 |
<meta charset="UTF-8">
|
10 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
11 |
+
|
12 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.min.js"></script>
|
13 |
<style>
|
14 |
body { font-family: Arial, sans-serif; margin: 20px; }
|
|
|
193 |
def main():
|
194 |
st.set_page_config(page_title="Exam Data Analysis Goals", layout="wide")
|
195 |
|
196 |
+
st.title("Comprehensive Exam Data Analysis")
|
197 |
+
st.write("This visualization shows 30 industry goals with connections for exam data analysis.")
|
198 |
|
199 |
# Render the HTML content
|
200 |
components.html(html_content, height=900, scrolling=True)
|