ShivaPrakash commited on
Commit
d8b5f44
1 Parent(s): 37c0159

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +4 -0
  2. requirements.txt +7 -0
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,7 @@
 
 
 
 
 
 
 
 
1
+ #pip
2
+ python-docx
3
+ streamlit
4
+ pandas
5
+ #exceptions
6
+ #io
7
+ youtube_transcript_api