Spaces:
Sleeping
Sleeping
okeowo1014
commited on
Commit
•
63d582a
1
Parent(s):
3863601
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
import train
|
3 |
-
|
4 |
x = st.slider('Select a value')
|
5 |
st.write(x, 'squared is', x * 5)
|
|
|
1 |
import streamlit as st
|
2 |
+
# import train
|
3 |
+
import tr
|
4 |
x = st.slider('Select a value')
|
5 |
st.write(x, 'squared is', x * 5)
|