Spaces:
Build error
Build error
update app.py
Browse files
app.py
CHANGED
|
@@ -140,4 +140,4 @@ iface = gr.Interface(fn=run,
|
|
| 140 |
allow_flagging='never',
|
| 141 |
title='Slack Analytics Members Data Getter',
|
| 142 |
description='Download Slack analytics data From Slack and upload it to Google Sheets')
|
| 143 |
-
iface.launch(height=450, width=500
|
|
|
|
| 140 |
allow_flagging='never',
|
| 141 |
title='Slack Analytics Members Data Getter',
|
| 142 |
description='Download Slack analytics data From Slack and upload it to Google Sheets')
|
| 143 |
+
iface.launch(height=450, width=500)
|