Garbage
This commit is contained in:
parent
e30fd83a90
commit
174fa3a36f
2 changed files with 4 additions and 0 deletions
3
app.py
3
app.py
|
@ -3,6 +3,9 @@ from flask import Flask, render_template, request
|
|||
import os
|
||||
playback = False
|
||||
|
||||
if not os.path.exists("music"):
|
||||
os.mkdir("music")
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
def audio_player():
|
||||
|
|
|
@ -20,4 +20,5 @@ button {
|
|||
}
|
||||
button:hover {
|
||||
background-color: #021b9f;
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Reference in a new issue