ppsingh commited on
Commit
bdbf38b
1 Parent(s): 0334703
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
  with st.sidebar:
3
  # upload and example doc
4
  choice = st.sidebar.radio(label = 'Select the Document',
 
1
  import streamlit as st
2
+ import os
3
  with st.sidebar:
4
  # upload and example doc
5
  choice = st.sidebar.radio(label = 'Select the Document',