nahue-passano
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with single_speaker:
|
|
60 |
loudspeaker_cfg.mechanical.resistance,
|
61 |
)
|
62 |
slider_spk1_Mm = st.slider(
|
63 |
-
"Mechanical Mass (
|
64 |
1.0,
|
65 |
100.0,
|
66 |
loudspeaker_cfg.mechanical.mass * 1e3,
|
@@ -142,7 +142,7 @@ with two_speakers:
|
|
142 |
loudspeaker_cfg.mechanical.resistance,
|
143 |
)
|
144 |
slider_spk1_Mm = st.slider(
|
145 |
-
"Mechanical Mass (
|
146 |
1.0,
|
147 |
100.0,
|
148 |
loudspeaker_cfg.mechanical.mass * 1e3,
|
@@ -192,7 +192,7 @@ with two_speakers:
|
|
192 |
loudspeaker_cfg.mechanical.resistance,
|
193 |
)
|
194 |
slider_spk2_Mm = st.slider(
|
195 |
-
"Mechanical Mass (
|
196 |
1.0,
|
197 |
100.0,
|
198 |
loudspeaker_cfg.mechanical.mass * 1e3,
|
|
|
60 |
loudspeaker_cfg.mechanical.resistance,
|
61 |
)
|
62 |
slider_spk1_Mm = st.slider(
|
63 |
+
"Mechanical Mass (Mmd) [g] .",
|
64 |
1.0,
|
65 |
100.0,
|
66 |
loudspeaker_cfg.mechanical.mass * 1e3,
|
|
|
142 |
loudspeaker_cfg.mechanical.resistance,
|
143 |
)
|
144 |
slider_spk1_Mm = st.slider(
|
145 |
+
"Mechanical Mass (Mmd) [g]",
|
146 |
1.0,
|
147 |
100.0,
|
148 |
loudspeaker_cfg.mechanical.mass * 1e3,
|
|
|
192 |
loudspeaker_cfg.mechanical.resistance,
|
193 |
)
|
194 |
slider_spk2_Mm = st.slider(
|
195 |
+
"Mechanical Mass (Mmd) [g].",
|
196 |
1.0,
|
197 |
100.0,
|
198 |
loudspeaker_cfg.mechanical.mass * 1e3,
|