Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import os
|
| 2 |
os.system("playwright install --only-shell chromium")
|
| 3 |
|
| 4 |
-
import
|
| 5 |
-
|
|
|
|
| 1 |
import os
|
| 2 |
os.system("playwright install --only-shell chromium")
|
| 3 |
|
| 4 |
+
import frontend
|
| 5 |
+
frontend.app.launch(debug=True)
|