Vera-ZWY commited on
Commit
7396a6e
·
verified ·
1 Parent(s): ffe5cc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(title="Reddit Election Analysis") as demo:
128
 
129
 
130
  if __name__ == "__main__":
131
- demo.launch(share=True)
132
 
133
 
134
 
 
128
 
129
 
130
  if __name__ == "__main__":
131
+ demo.launch(share=True, show_error=True)
132
 
133
 
134