Yamini6375 commited on
Commit
d52c426
·
verified ·
1 Parent(s): 2046f70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,4 +102,4 @@ with gr.Blocks(theme=gr.themes.Glass()) as dashboard:
102
 
103
  # FIX: `if __name__ == "__main__":` should be outside the `with gr.Blocks()` scope
104
  if __name__ == "__main__":
105
- dashboard.launch(ssr=False)
 
102
 
103
  # FIX: `if __name__ == "__main__":` should be outside the `with gr.Blocks()` scope
104
  if __name__ == "__main__":
105
+ dashboard.launch()