Spaces:
Running
Running
Commit ·
de0cf31
1
Parent(s): 8e917a1
dark
Browse files
app.py
CHANGED
|
@@ -962,6 +962,7 @@ with gr.Blocks(title="HiCoTraj Demo") as app:
|
|
| 962 |
gr.Markdown("## HiCoTraj — Trajectory Visualization & Hierarchical CoT Demo")
|
| 963 |
gr.Markdown("*Zero-Shot Demographic Reasoning via Hierarchical Chain-of-Thought Prompting from Trajectory* · ACM SIGSPATIAL GeoGenAgent 2025")
|
| 964 |
gr.HTML("<div style='display:inline-flex;align-items:center;gap:7px;background:#fffbe6;border:1px solid #f0d060;border-radius:8px;padding:6px 14px;font-size:12px;color:#7a6010;margin-bottom:4px;'>💻 <b>Best experienced on a laptop or desktop</b> — the side-by-side layout requires a wide screen.</div>")
|
|
|
|
| 965 |
gr.Markdown("""
|
| 966 |
**Dataset:** NUMOSIM[1]
|
| 967 |
> [1]Stanford C, Adari S, Liao X, et al. *NUMoSim: A Synthetic Mobility Dataset with Anomaly Detection Benchmarks.* ACM SIGSPATIAL Workshop on Geospatial Anomaly Detection, 2024.
|
|
|
|
| 962 |
gr.Markdown("## HiCoTraj — Trajectory Visualization & Hierarchical CoT Demo")
|
| 963 |
gr.Markdown("*Zero-Shot Demographic Reasoning via Hierarchical Chain-of-Thought Prompting from Trajectory* · ACM SIGSPATIAL GeoGenAgent 2025")
|
| 964 |
gr.HTML("<div style='display:inline-flex;align-items:center;gap:7px;background:#fffbe6;border:1px solid #f0d060;border-radius:8px;padding:6px 14px;font-size:12px;color:#7a6010;margin-bottom:4px;'>💻 <b>Best experienced on a laptop or desktop</b> — the side-by-side layout requires a wide screen.</div>")
|
| 965 |
+
gr.HTML("<div style='display:inline-flex;align-items:center;gap:7px;background:#e8f4fd;border:1px solid #90c8e8;border-radius:8px;padding:6px 14px;font-size:12px;color:#1a5070;margin-bottom:8px;'>☀️ <b>Use Light Mode</b> — dark mode will hide most UI elements. In your browser: View → Appearance → Light.</div>")
|
| 966 |
gr.Markdown("""
|
| 967 |
**Dataset:** NUMOSIM[1]
|
| 968 |
> [1]Stanford C, Adari S, Liao X, et al. *NUMoSim: A Synthetic Mobility Dataset with Anomaly Detection Benchmarks.* ACM SIGSPATIAL Workshop on Geospatial Anomaly Detection, 2024.
|