Spaces:
Runtime error
Runtime error
Prakash N
commited on
Commit
•
2ce732a
1
Parent(s):
d45c3dc
modified subheader
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ st.markdown(""" #### LorSor helps you through a simple 3 stage process.
|
|
22 |
|
23 |
Kick back and think about what you're going to do with all the time that you've saved!
|
24 |
|
25 |
-
Send any feedback to [email protected] """)
|
26 |
|
27 |
x = st.slider('Select a value')
|
28 |
st.write(x, ' squared is', x * x)
|
|
|
22 |
|
23 |
Kick back and think about what you're going to do with all the time that you've saved!
|
24 |
|
25 |
+
Send any feedback to [[email protected]] """)
|
26 |
|
27 |
x = st.slider('Select a value')
|
28 |
st.write(x, ' squared is', x * x)
|