Skip to content

Commit

Permalink
Merge pull request #21 from team4099/2024-setup
Browse files Browse the repository at this point in the history
FalconVis for Ashland
  • Loading branch information
Shom770 authored Feb 14, 2024
2 parents 27518cf + b0ea78b commit 6ade68f
Show file tree
Hide file tree
Showing 22 changed files with 2,115 additions and 1,393 deletions.
11 changes: 8 additions & 3 deletions src/Teams.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# Generate the input section of the `Teams` page.
team_number = team_manager.generate_input_section()

metric_tab, auto_graphs_tab, teleop_graphs_tab = st.tabs(
["📊 Metrics", "🤖 Autonomous Graphs", "🎮 Teleop + Endgame Graphs"]
metric_tab, auto_graphs_tab, teleop_graphs_tab, qualitative_graphs_tab = st.tabs(
["📊 Metrics", "🤖 Autonomous Graphs", "🎮 Teleop + Endgame Graphs", "📝 Qualitative Graphs"]
)

with metric_tab:
Expand Down Expand Up @@ -69,4 +69,9 @@
team_number,
type_of_graph=GraphType.POINT_CONTRIBUTIONS
)


with qualitative_graphs_tab:
st.write("#### 📝 Qualitative Graphs")
team_manager.generate_qualitative_graphs(
team_number,
)
Loading

0 comments on commit 6ade68f

Please sign in to comment.