ppsingh commited on
Commit
57a713e
1 Parent(s): 15d20f4
Files changed (2) hide show
  1. app.py +1 -1
  2. utils/__init__.py +1 -0
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
-
3
  with st.sidebar:
4
  # upload and example doc
5
  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',
utils/__init__.py ADDED
@@ -0,0 +1 @@
 
 
1
+ # contain ops and abckend related scripts