import streamlit as st st.set_page_config( page_title="GDELT Insight Explorer", layout="wide", page_icon="๐ฎ" ) st.title("GDELT Insight Explorer: Unveiling Global Event Narratives") st.markdown(""" Welcome to the **GDELT Insight Explorer**, a multi-faceted platform that leverages knowledge graph techniques to analyze global events and trends. **How to Get Started:** - Use the sidebar to switch between different analysis modes. - Explore datasets, visualize event relationships, and analyze network structures. **Available Pages:** - **๐ COVID Event Graph Explorer:** Inspect detailed event records and their interconnections. - **๐ COVID Network Analysis:** Visualize and analyze the global network of events. - **๐ Feb 2025 Event Graph Explorer:** Inspect detailed event records and their interconnections. - **๐งช Feb 2025 Dataset Experimentation:** An experiment using the HF dataset directly to investigate impact on query behavior and performance. """)