ilyshi commited on
Commit
c0e49dc
1 Parent(s): e8438f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import streamlit as st
2
 
 
 
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)
1
  import streamlit as st
2
 
3
+ st.markdown("##Hello, people!")
4
+ st.markdown("<img src='https://centroderecursosmarista.org/wp-content/uploads/2013/05/arvix.jpg'>", unsafe_allow_html=True)
5
  x = st.slider('Select a value')
6
  st.write(x, 'squared is', x * x)