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.
""")