Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,11 +30,9 @@ st.sidebar.image(
|
|
30 |
"https://github.com/gizdatalab/policy_tracing/blob/main/img/sdsn.png?raw=true",
|
31 |
use_column_width=True
|
32 |
)
|
33 |
-
|
34 |
-
st.sidebar.container(
|
35 |
file = st.file_uploader('Upload PDF File', type=['pdf'])
|
36 |
-
|
37 |
-
|
38 |
st.sidebar.title(
|
39 |
"Options:"
|
40 |
)
|
|
|
30 |
"https://github.com/gizdatalab/policy_tracing/blob/main/img/sdsn.png?raw=true",
|
31 |
use_column_width=True
|
32 |
)
|
33 |
+
with st.sidebar:
|
|
|
34 |
file = st.file_uploader('Upload PDF File', type=['pdf'])
|
35 |
+
|
|
|
36 |
st.sidebar.title(
|
37 |
"Options:"
|
38 |
)
|