Spaces:
Running
on
T4
Running
on
T4
test
Browse files- app.py +1 -1
- 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
|