Skip to content

Commit

Permalink
Updated mainLanding.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abckhush authored Jul 19, 2024
1 parent 14263c9 commit 19892c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mainLanding.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def build(self):
"Waveform",
"Spectrogram",
"Intensity vs Frequency and Time",
"Depth-Perspective Visualizer"
"Depth-Perspective Visualizer",
"Chroma-Feature Visualizer"
]
for visualizer in visualizers:
button = Button(
Expand Down Expand Up @@ -144,7 +145,8 @@ def launch_visualizer(self, instance):
"Waveform": "Waveform.py",
"Spectrogram": "Spectrogram.py",
"Intensity vs Frequency and Time": "Intensity-vs-Frequency-and-Time.py",
"Depth-Perspective Visualizer": "Depth-Perspective-Visualizer.py"
"Depth-Perspective Visualizer": "Depth-Perspective-Visualizer.py",
"Chroma-Feature Visualizer": "Chroma-Feature-Visualizer.py"
}

script_name = instance.text
Expand Down

0 comments on commit 19892c6

Please sign in to comment.