update text
Browse files
pages/1_🗺️_COVID_Navigator.py
CHANGED
@@ -148,11 +148,11 @@ def render_raw_data(record):
|
|
148 |
st.divider()
|
149 |
|
150 |
def main():
|
151 |
-
st.title("
|
152 |
st.markdown("""
|
153 |
-
**
|
154 |
|
155 |
-
|
156 |
""")
|
157 |
|
158 |
# Initialize database connection using context manager
|
@@ -203,10 +203,9 @@ def main():
|
|
203 |
# Display the graph and raw data below the grid
|
204 |
render_graph(full_record)
|
205 |
|
206 |
-
# Display the raw data below the grid
|
207 |
render_raw_data(full_record)
|
208 |
else:
|
209 |
-
st.info("
|
210 |
|
211 |
else:
|
212 |
st.warning("No matching records found.")
|
|
|
148 |
st.divider()
|
149 |
|
150 |
def main():
|
151 |
+
st.title("🔍 COVID Event Graph Explorer")
|
152 |
st.markdown("""
|
153 |
+
**Interactive Event Graph Viewer**
|
154 |
|
155 |
+
Filter and select individual COVID-19 event records to display their detailed graph representations. Analyze relationships between events and associated entities using the interactive graph below.
|
156 |
""")
|
157 |
|
158 |
# Initialize database connection using context manager
|
|
|
203 |
# Display the graph and raw data below the grid
|
204 |
render_graph(full_record)
|
205 |
|
|
|
206 |
render_raw_data(full_record)
|
207 |
else:
|
208 |
+
st.info("Use the grid filters above to search and select a record.")
|
209 |
|
210 |
else:
|
211 |
st.warning("No matching records found.")
|
pages/4_🗺️_Feb_2025_Navigator.py
CHANGED
@@ -158,11 +158,11 @@ def render_raw_data(record):
|
|
158 |
st.divider()
|
159 |
|
160 |
def main():
|
161 |
-
st.title("
|
162 |
st.markdown("""
|
163 |
-
**Investigate Recent Global Events (Feb 2025)**
|
164 |
|
165 |
-
|
166 |
""")
|
167 |
|
168 |
|
@@ -215,7 +215,8 @@ def main():
|
|
215 |
render_graph(full_record)
|
216 |
render_raw_data(full_record)
|
217 |
else:
|
218 |
-
st.info("
|
|
|
219 |
else:
|
220 |
st.warning("No matching records found.")
|
221 |
|
|
|
158 |
st.divider()
|
159 |
|
160 |
def main():
|
161 |
+
st.title("🔍 GDELT Feb 2025 Event Graph Explorer")
|
162 |
st.markdown("""
|
163 |
+
**Investigate Recent Global Events (Feb 2025) in an Interactive Event Graph Viewer**
|
164 |
|
165 |
+
Filter and select individual event records to display their detailed graph representations. Analyze relationships between events and associated entities using the interactive graph below.
|
166 |
""")
|
167 |
|
168 |
|
|
|
215 |
render_graph(full_record)
|
216 |
render_raw_data(full_record)
|
217 |
else:
|
218 |
+
st.info("Use the grid filters above to search and select a record.")
|
219 |
+
|
220 |
else:
|
221 |
st.warning("No matching records found.")
|
222 |
|