Spaces:
Sleeping
Sleeping
Add app.py
Browse files
app.py
CHANGED
@@ -136,4 +136,4 @@ iface = gr.Interface(fn=run,
|
|
136 |
allow_flagging='never',
|
137 |
title='Appointlet2GS Application',
|
138 |
description='Download Meeting Attendees file From Appointlet and upload it to Google Sheets')
|
139 |
-
iface.launch(height=450, width=500)
|
|
|
136 |
allow_flagging='never',
|
137 |
title='Appointlet2GS Application',
|
138 |
description='Download Meeting Attendees file From Appointlet and upload it to Google Sheets')
|
139 |
+
iface.launch(height=450, width=500, debug=True)
|