Michtiii commited on
Commit
e79078a
Β·
verified Β·
1 Parent(s): 696edd1

updated gmail connection error

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -591,7 +591,7 @@ def section_label(text, color="#58a6ff"):
591
  # ──────────────────────────────────────────────
592
  # GRADIO LAYOUT
593
  # ──────────────────────────────────────────────
594
- with gr.Blocks(css=CSS, title="Email Job Tracker") as demo:
595
  gr.HTML(HEADER_HTML)
596
 
597
  with gr.Tabs():
@@ -716,4 +716,4 @@ never blocks the others. INBOX is always fetched first and is typically the fast
716
  )
717
 
718
  if __name__ == "__main__":
719
- demo.launch()
 
591
  # ──────────────────────────────────────────────
592
  # GRADIO LAYOUT
593
  # ──────────────────────────────────────────────
594
+ with gr.Blocks(title="Email Job Tracker") as demo:
595
  gr.HTML(HEADER_HTML)
596
 
597
  with gr.Tabs():
 
716
  )
717
 
718
  if __name__ == "__main__":
719
+ demo.launch(css=CSS, ssr_mode=False)