Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|