Teamtheo613 commited on
Commit
6e311b7
·
verified ·
1 Parent(s): 6b69989

Fix 500 error: disable experimental SSR (ssr_mode=False)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -591,4 +591,4 @@ with gr.Blocks(title="Fee Note Generator", theme=gr.themes.Soft()) as demo:
591
  refresh_btn.click(fn=get_current_firms, outputs=[firms_display])
592
 
593
 
594
- demo.launch()
 
591
  refresh_btn.click(fn=get_current_firms, outputs=[firms_display])
592
 
593
 
594
+ demo.launch(ssr_mode=False)