Deepa Shalini commited on
Commit
43728aa
·
1 Parent(s): c7b340d

debug equals false

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -747,4 +747,4 @@ def switch_tabs(visualizer_clicks, gallery_clicks):
747
  return "tab active", "tab", {"marginTop": "10px"}, {"display": "none"}, {"cursor": "pointer", "border": "none", "fontFamily": "inherit"}
748
 
749
  if __name__ == "__main__":
750
- app.run(debug=True)
 
747
  return "tab active", "tab", {"marginTop": "10px"}, {"display": "none"}, {"cursor": "pointer", "border": "none", "fontFamily": "inherit"}
748
 
749
  if __name__ == "__main__":
750
+ app.run(debug=False)