Spaces:
Sleeping
Sleeping
Deepa Shalini commited on
Commit ·
43728aa
1
Parent(s): c7b340d
debug equals false
Browse files
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=
|
|
|
|
| 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)
|