BilalSardar commited on
Commit
65136ce
·
1 Parent(s): 6dab2c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ if os.path.exists('./dataset.csv'):
12
 
13
  with st.sidebar:
14
  st.image("https://www.onepointltd.com/wp-content/uploads/2020/03/inno2.png")
15
- st.title("AutoNickML")
16
  choice = st.radio("Navigation", ["Upload","Profiling","Modelling", "Download"])
17
  st.info("This project application helps you build and explore your data.")
18
 
 
12
 
13
  with st.sidebar:
14
  st.image("https://www.onepointltd.com/wp-content/uploads/2020/03/inno2.png")
15
+ st.title("AutoBaliML")
16
  choice = st.radio("Navigation", ["Upload","Profiling","Modelling", "Download"])
17
  st.info("This project application helps you build and explore your data.")
18