Update app.py
Browse files
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(
|
104 |
|
105 |
|
106 |
|
|
|
100 |
|
101 |
if __name__ == "__main__":
|
102 |
demo.launch(share=True)
|
103 |
+
demo.launch(share_error=True)
|
104 |
|
105 |
|
106 |
|