ginnyxxxxxxx commited on
Commit
01349e5
Β·
1 Parent(s): 2823866
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -603,7 +603,7 @@ def build_agent_cards(selected_id):
603
 
604
  # ── UI ────────────────────────────────────────────────────────────────────────
605
 
606
- with gr.Blocks(title="HiCoTraj Demo", theme=gr.themes.Soft()) as app:
607
  gr.Markdown("## HiCoTraj β€” Trajectory Visualization & Hierarchical CoT Demo")
608
  gr.Markdown("*Zero-Shot Demographic Reasoning via Hierarchical Chain-of-Thought Prompting from Trajectory* Β· ACM SIGSPATIAL GeoGenAgent 2025")
609
  gr.Markdown("""
@@ -680,4 +680,4 @@ with gr.Blocks(title="HiCoTraj Demo", theme=gr.themes.Soft()) as app:
680
  outputs=[raw_out, show_all_btn]
681
  )
682
 
683
- app.launch(show_error=True)
 
603
 
604
  # ── UI ────────────────────────────────────────────────────────────────────────
605
 
606
+ with gr.Blocks(title="HiCoTraj Demo") as app:
607
  gr.Markdown("## HiCoTraj β€” Trajectory Visualization & Hierarchical CoT Demo")
608
  gr.Markdown("*Zero-Shot Demographic Reasoning via Hierarchical Chain-of-Thought Prompting from Trajectory* Β· ACM SIGSPATIAL GeoGenAgent 2025")
609
  gr.Markdown("""
 
680
  outputs=[raw_out, show_all_btn]
681
  )
682
 
683
+ app.launch(show_error=True, theme=gr.themes.Soft())