Spaces:
Runtime error
Runtime error
Commit
·
ae17a67
1
Parent(s):
0c87eb4
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
x = st.header("Welcome to the STEM NLP application!")
|
4 |
-
st.write(x)
|
5 |
|
6 |
x = st.slider('Select a value')
|
7 |
st.write(x, 'squared is', x * x)
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
x = st.header("Welcome to the STEM NLP application!")
|
|
|
4 |
|
5 |
x = st.slider('Select a value')
|
6 |
st.write(x, 'squared is', x * x)
|