berak commited on
Commit
fcfc065
·
1 Parent(s): 63e9049

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 x value')
4
  st.write(x, 'squared is', x * x)
 
1
  import streamlit as st
2
+ import pandas as pd
3
+ import numpy as np
4
 
5
  x = st.slider('Select x value')
6
  st.write(x, 'squared is', x * x)