Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -742,12 +742,4 @@ def rename():
|
|
742 |
return jsonify(status="ok")
|
743 |
|
744 |
if __name__ == "__main__":
|
745 |
-
app.run(debug=True, host="0.0.0.0", port=7860)
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
make the UI best of the best with UX and also grate animations and UI elements to make it great looking and user friendly. also add a custom pop up box fore rename and make sure popup for delete option
|
750 |
-
now write me one py code with thml css js python all in one code like my original one
|
751 |
-
|
752 |
-
rewrite all the css and designs and make it pro and award winning design
|
753 |
-
|
|
|
742 |
return jsonify(status="ok")
|
743 |
|
744 |
if __name__ == "__main__":
|
745 |
+
app.run(debug=True, host="0.0.0.0", port=7860)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|