Vera-ZWY commited on
Commit
5fb12e7
·
verified ·
1 Parent(s): 9200125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(title="Reddit Election Analysis") as demo:
100
 
101
  if __name__ == "__main__":
102
  demo.launch(share=True)
103
- demo.launch(share_erro=True)
104
 
105
 
106
 
 
100
 
101
  if __name__ == "__main__":
102
  demo.launch(share=True)
103
+ demo.launch(share_error=True)
104
 
105
 
106