Wall06 commited on
Commit
0ebc8b1
·
verified ·
1 Parent(s): 81ebfc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,4 +256,4 @@ with gr.Blocks(title="GitHub Repo Analyzer") as demo:
256
 
257
 
258
  if __name__ == "__main__":
259
- demo.launch(theme=gr.themes.Soft(primary_hue="violet"), css=CSS)
 
256
 
257
 
258
  if __name__ == "__main__":
259
+ demo.launch(theme=gr.themes.Soft(primary_hue="violet"), css=CSS, ssr_mode=False)