m7mdal7aj commited on
Commit
df50fb0
1 Parent(s): 4c2fc41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
 
3
  import streamlit as st
4
- from my_model.utilities.st_utils import UIManager
5
 
6
 
7
 
 
1
 
2
 
3
  import streamlit as st
4
+ from my_model.utilities.ui_manager import UIManager
5
 
6
 
7