Deepanshu Dey commited on
Commit
f249c43
1 Parent(s): fab9fcd

Add application file

Browse files
Files changed (2) hide show
  1. Streamlit app.py +4 -0
  2. requirements.txt +9 -0
Streamlit app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ x = st.slider('Select a value')
4
+ st.write(x, 'squared is', x * x)
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ pandas
3
+ pyecharts
4
+ st-radial
5
+ streamlit-lottie
6
+ requests
7
+ link-button
8
+ hydralit
9
+ streamlit-quill