test
Browse files
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',
|