timeki commited on
Commit
e77b244
1 Parent(s): a207af9

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)