Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit ef4622c

Browse files
committed
chore(5-min-viz): organize streamlit app
place app_stations.py under districts to match pems_web and to use the more accurate streamlit app name "districts--stations"
1 parent 1fc075a commit ef4622c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

pems_web/src/pems_web/districts/templates/districts/district.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="col-lg-12">
1010
<iframe title="District {{ current_district.number }} visualization"
1111
class="w-100 h-100"
12-
src="{{ streamlit.url }}/stations--stations?embed=true&district_number={{ current_district.number }}">
12+
src="{{ streamlit.url }}/districts--stations?embed=true&district_number={{ current_district.number }}">
1313
</iframe>
1414
</div>
1515
</div>

pems_web/src/pems_web/districts/templates/districts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% block districts-content %}
1717
<div class="row" style="min-height: 450px;">
1818
<div class="col-lg-12">
19-
<iframe title="District visualizations" class="w-100 h-100" src="{{ streamlit.url }}/stations--stations?embed=true">
19+
<iframe title="District visualizations" class="w-100 h-100" src="{{ streamlit.url }}/districts--stations?embed=true">
2020
</iframe>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)