Lauredecaudin commited on
Commit
c323181
1 Parent(s): 08bea31

add page title

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,3 +2,5 @@ import streamlit as st
2
 
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)
 
 
 
2
 
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)
5
+
6
+ add_page_title()