Commit
·
8f63f04
1
Parent(s):
18587c5
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ with open(bunka_map_path, "r") as f:
|
|
| 31 |
|
| 32 |
st.components.v1.html(bunka_map_html, width=800, height=800)
|
| 33 |
|
| 34 |
-
st.title("Framing Analysis")
|
| 35 |
|
| 36 |
# Path to the HTML file containing the Plotly figure
|
| 37 |
bunka_map_path = (
|
|
|
|
| 31 |
|
| 32 |
st.components.v1.html(bunka_map_html, width=800, height=800)
|
| 33 |
|
| 34 |
+
st.title("Bourdieu Framing Analysis")
|
| 35 |
|
| 36 |
# Path to the HTML file containing the Plotly figure
|
| 37 |
bunka_map_path = (
|