dwb2023 commited on
Commit
7b1d8b6
·
1 Parent(s): fa346d2

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("🗺️ COVID Dataset Navigator")
152
  st.markdown("""
153
- **Explore and Analyze COVID-19 Event Data**
154
 
155
- Use the interactive filters on the sidebar to search, sort, and inspect individual records from the GDELT Global Knowledge Graph. Adjust the parameters below to uncover detailed event insights.
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("Select a record above to view its complete details.")
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("🗺️ GDELT Feb 2025 Navigator")
162
  st.markdown("""
163
- **Investigate Recent Global Events (Feb 2025)**
164
 
165
- Leverage advanced filters and interactive grids to explore the latest data from the GDELT Global Knowledge Graph. This navigator is optimized for recent events, offering insights into evolving global narratives.
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("Select a record above to view its complete details.")
 
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