Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
1094963
1
Parent(s):
36c4327
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ print(sys.version)
|
|
19 |
print("Version info.")
|
20 |
print(sys.version_info)
|
21 |
|
22 |
-
|
23 |
|
24 |
# Function to add heatmap layer to folium map
|
25 |
def add_heatmap_layer(map_obj, data, column_name, colormap_name, radius=15):
|
@@ -127,7 +127,8 @@ title_html = f"""
|
|
127 |
|
128 |
# Create a sidebar for controls
|
129 |
with st.sidebar:
|
130 |
-
st.
|
|
|
131 |
|
132 |
# Add a dropdown for filtering "Fonte"
|
133 |
selected_fonte = st.selectbox('Finalidade', data['Fonte'].unique(), index=data['Fonte'].unique().tolist().index('Venda'))
|
|
|
19 |
print("Version info.")
|
20 |
print(sys.version_info)
|
21 |
|
22 |
+
image1 = 'images/avalia.JPG'
|
23 |
|
24 |
# Function to add heatmap layer to folium map
|
25 |
def add_heatmap_layer(map_obj, data, column_name, colormap_name, radius=15):
|
|
|
127 |
|
128 |
# Create a sidebar for controls
|
129 |
with st.sidebar:
|
130 |
+
st.image(image1, use_column_width=True)
|
131 |
+
#st.markdown(title_html, unsafe_allow_html=True)
|
132 |
|
133 |
# Add a dropdown for filtering "Fonte"
|
134 |
selected_fonte = st.selectbox('Finalidade', data['Fonte'].unique(), index=data['Fonte'].unique().tolist().index('Venda'))
|