timeki commited on
Commit
fff1fe9
·
1 Parent(s): 779e146

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -487,4 +487,4 @@ with gr.Blocks(title="Climate Q&A", css_paths=os.getcwd()+ "/style.css", theme=t
487
 
488
  demo.queue()
489
 
490
- demo.launch()
 
487
 
488
  demo.queue()
489
 
490
+ demo.launch(ssr_mode=False)