amirigo commited on
Commit
2e7c84c
·
verified ·
1 Parent(s): 86c5af0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -374,4 +374,4 @@ with gr.Blocks(title="AI Interview Agent", theme=gr.themes.Soft()) as demo:
374
  outputs=[confirm_box],
375
  )
376
 
377
- demo.launch()
 
374
  outputs=[confirm_box],
375
  )
376
 
377
+ demo.launch(ssr_mode=False)