Youfeng commited on
Commit
69155bc
1 Parent(s): cf20169

Add app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)