kaciuk commited on
Commit
c7b7b9b
·
1 Parent(s): 834cbdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -1,12 +1,4 @@
1
  import streamlit as st
2
 
3
- st.set_page_config(
4
- page_title="denis.dev",
5
- page_icon="🙂",
6
- menu_items={
7
- 'About': "denis.dev - Denis Devedjian"
8
- }
9
- )
10
-
11
  x = st.slider('Select a value')
12
  st.write(x, 'squared is', x * x)
 
1
  import streamlit as st
2
 
 
 
 
 
 
 
 
 
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)