Charles De Dampierre
commited on
Commit
·
0dbc814
1
Parent(s):
7f5ac1f
add pipeline
Browse files
app.py
CHANGED
@@ -22,6 +22,8 @@ st.dataframe(df, use_container_width=True)
|
|
22 |
|
23 |
st.title("Bunka Map")
|
24 |
|
|
|
|
|
25 |
|
26 |
# Path to the HTML file containing the Plotly figure
|
27 |
bunka_map_path = "maps/bunka_map.html" # Replace with your HTML file path
|
|
|
22 |
|
23 |
st.title("Bunka Map")
|
24 |
|
25 |
+
st.image("images/pipeline.png", use_column_width=True)
|
26 |
+
|
27 |
|
28 |
# Path to the HTML file containing the Plotly figure
|
29 |
bunka_map_path = "maps/bunka_map.html" # Replace with your HTML file path
|