Harun01 commited on
Commit
7e514f4
·
verified ·
1 Parent(s): 0b87e04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1 +1,3 @@
1
- from src.streamlit_app import *
 
 
 
1
+ from src.streamlit_app import main
2
+ main()
3
+