shethjenil commited on
Commit
0407e53
·
verified ·
1 Parent(s): 2670f9f

Update app.py

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