Lauredecaudin commited on
Commit
d8f8a73
1 Parent(s): 5596c21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,7 +1,9 @@
1
  import streamlit as st
2
  from st_pages import Page, Section, show_pages, add_page_title, hide_pages
3
 
 
 
4
  x = st.slider('Select a value')
5
  st.write(x, 'squared is', x * x)
6
 
7
- add_page_title()
 
1
  import streamlit as st
2
  from st_pages import Page, Section, show_pages, add_page_title, hide_pages
3
 
4
+ add_page_title()
5
+
6
  x = st.slider('Select a value')
7
  st.write(x, 'squared is', x * x)
8
 
9
+