Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
import pkg_resources
|
4 |
|
5 |
# streamlit page needs to go here as it must be the first st call
|
6 |
-
st.set_page_config(page_title = '
|
7 |
initial_sidebar_state='expanded', layout="wide")
|
8 |
|
9 |
# Using this wacky hack to get around the massively ridicolous managed env loading order
|
@@ -48,8 +48,7 @@ from utils.uploadAndExample import add_upload
|
|
48 |
from PIL import Image
|
49 |
# import streamlit as st
|
50 |
|
51 |
-
|
52 |
-
initial_sidebar_state='expanded', layout="wide")
|
53 |
|
54 |
with st.sidebar:
|
55 |
# upload and example doc
|
|
|
3 |
import pkg_resources
|
4 |
|
5 |
# streamlit page needs to go here as it must be the first st call
|
6 |
+
st.set_page_config(page_title = 'Climate Policy Intelligence',
|
7 |
initial_sidebar_state='expanded', layout="wide")
|
8 |
|
9 |
# Using this wacky hack to get around the massively ridicolous managed env loading order
|
|
|
48 |
from PIL import Image
|
49 |
# import streamlit as st
|
50 |
|
51 |
+
|
|
|
52 |
|
53 |
with st.sidebar:
|
54 |
# upload and example doc
|