awacke1 commited on
Commit
c19bec5
·
1 Parent(s): 9e5e1a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- 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()
 
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()