Update app.py
Browse files
app.py
CHANGED
@@ -189,12 +189,12 @@ elif state == 'NV':
|
|
189 |
🏞️ Lake Tahoe: A stunning freshwater lake
|
190 |
🌌 Great Basin National Park: Known for its ancient bristlecone pines."""
|
191 |
|
192 |
-
|
193 |
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
|
199 |
# Display maps
|
200 |
MapInfo = ListMaps()
|
|
|
189 |
🏞️ Lake Tahoe: A stunning freshwater lake
|
190 |
🌌 Great Basin National Park: Known for its ancient bristlecone pines."""
|
191 |
|
192 |
+
st.markdown(text_to_speak)
|
193 |
|
194 |
+
# plot_state_outline(state, us_states_geojson, state_names)
|
195 |
+
|
196 |
+
if st.button(f"🔊 Read {state}'s Facts Aloud"):
|
197 |
+
generate_speech_textarea(text_to_speak)
|
198 |
|
199 |
# Display maps
|
200 |
MapInfo = ListMaps()
|