emma987654lu commited on
Commit
3cdfdb7
·
verified ·
1 Parent(s): ef8095e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -618,14 +618,15 @@ def load_css() -> str:
618
  return css_path.read_text(encoding="utf-8") if css_path.exists() else ""
619
 
620
 
621
- with gr.Blocks(title="AIBDM 2026 Workshop App") as demo:
622
 
623
  gr.Markdown(
624
- "# SE21 App Template\n"
625
- "*This is an app template for SE21 students*",
626
  elem_id="escp_title",
627
  )
628
 
 
629
  # ===========================================================
630
  # TAB 1 -- Pipeline Runner
631
  # ===========================================================
 
618
  return css_path.read_text(encoding="utf-8") if css_path.exists() else ""
619
 
620
 
621
+ with gr.Blocks(title="Paris Housing Assistant") as demo:
622
 
623
  gr.Markdown(
624
+ "# Paris Housing Assistant\n"
625
+ "*An app assistant for Paris housing data*",
626
  elem_id="escp_title",
627
  )
628
 
629
+
630
  # ===========================================================
631
  # TAB 1 -- Pipeline Runner
632
  # ===========================================================