Spaces:
Sleeping
Sleeping
okeowo1014
commited on
Commit
•
a8ad0c2
1
Parent(s):
aa88cd2
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
#
|
4 |
-
#
|
5 |
-
|
6 |
-
|
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
|