ahuang11 commited on
Commit
c6196c0
·
verified ·
1 Parent(s): 588e26e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,3 +1,3 @@
1
- from tastymap import TastyKitchen
2
 
3
- TastyKitchen().servable()
 
1
+ from streamjoy.ui import App
2
 
3
+ App().servable()