arshy commited on
Commit
6551591
·
verified ·
1 Parent(s): 57ee2e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,4 +58,4 @@ with gr.Blocks() as demo:
58
  gr.DataFrame(df)
59
  gr.Markdown(markdown_text)
60
 
61
- demo.launch()
 
58
  gr.DataFrame(df)
59
  gr.Markdown(markdown_text)
60
 
61
+ demo.launch(debug=True)