shethjenil's picture
Update app.py
0407e53 verified
raw
history blame
112 Bytes
import os
os.system("playwright install --only-shell chromium")
import frontend
frontend.app.launch(debug=True)