okeowo1014 commited on
Commit
a8ad0c2
1 Parent(s): aa88cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -1,9 +1,9 @@
1
- # import streamlit as st
2
- # import train
3
- # # import tr
4
- # # import prd
5
- # x = st.slider('Select a value')
6
- # st.write(x, 'squared is', x * 86)
7
 
8
  # import streamlit as st
9
  # import cv2
 
1
+ import streamlit as st
2
+ import train
3
+ # import tr
4
+ # import prd
5
+ x = st.slider('Select a value')
6
+ st.write(x, 'squared is', x * 86)
7
 
8
  # import streamlit as st
9
  # import cv2