awacke1 commited on
Commit
949894c
Β·
1 Parent(s): 6283ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +39 -19
app.py CHANGED
@@ -40,31 +40,51 @@ def generate_speech_textarea(text_to_speak):
40
  components.html(documentHTML5, width=1280, height=500)
41
 
42
 
 
 
43
  def ListMaps():
44
  MapInfo = """
45
- Map Techniques to Understand Organizations, States, Locations, Driving Directions, Map Making
46
- US States: https://huggingface.co/spaces/awacke1/USStates
47
- State of MN: https://huggingface.co/spaces/awacke1/Streamlit-Google-Maps-Minnesota
48
- State of MN Med Centers: https://huggingface.co/spaces/awacke1/Minnesota-Medical-Centers-Streamlit
49
- State of MA Reliant: https://huggingface.co/spaces/awacke1/Streamlit-Google-Maps-Reliant
50
- State of MA Medical Centers: https://huggingface.co/spaces/awacke1/Streamlit-Google-Maps-Massachusetts
51
- State of MN: Hospital Details: https://huggingface.co/spaces/awacke1/MN.Map.Hospitals.Top.Five
52
- State of CA Medical Centers: https://huggingface.co/spaces/awacke1/Streamlit-Google-Maps-California
53
- State of CA Hospital Details: https://huggingface.co/spaces/awacke1/California-Medical-Centers-Streamlit
54
- State of CA Attractions: https://huggingface.co/spaces/awacke1/Map-California-AI
55
- State of TX Medical Centers: https://huggingface.co/spaces/awacke1/Streamlit-Google-Maps-Texas
56
- State of NJ Hospitals: https://huggingface.co/spaces/awacke1/VizLib-TopLargeHospitalsNewJersey
57
- Iceland Myth Places and Routes: https://huggingface.co/spaces/awacke1/Maps.Markers.Honor.Iceland
58
- US Corporation Map and CSV Location Data Loader: https://huggingface.co/spaces/awacke1/UnitedStatesMapAIandNLP
59
- US Taxonomy Datasets: https://huggingface.co/spaces/awacke1/NPI-Provider-Map-By-Taxonomy-Search
60
- NPI Registry Mental Health Provider Search and Cluster Map: https://huggingface.co/spaces/awacke1/Gradio-Maps-Latitude-Longitude
61
- US City FIPS code, Location, Population: https://huggingface.co/spaces/awacke1/CityFipsLocationandPopulation
62
- World Area PyDeck: https://huggingface.co/spaces/awacke1/StreamlitPydeckMapVisualViewStateForLatitudeLongitude
63
- City, State - Latitude and Longitude Search (try Mound, MN): https://huggingface.co/spaces/awacke1/Google-Maps-Web-Service-Py
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  """
65
  st.markdown(MapInfo)
66
  return MapInfo
67
 
 
 
 
 
68
  # States and Icons
69
  states = ['MN', 'CA', 'WA', 'FL', 'TX', 'NY', 'NV']
70
  icons = ['πŸ¦†', '🌴', '🍎', '🌞', '🀠', 'πŸ—½', '🎰']
 
40
  components.html(documentHTML5, width=1280, height=500)
41
 
42
 
43
+ import streamlit as st
44
+
45
  def ListMaps():
46
  MapInfo = """
47
+ ## 🌍 Map Techniques to Understand Various Aspects
48
+ - **General Mapping Techniques**
49
+ - πŸ—ΊοΈ [US States](https://huggingface.co/spaces/awacke1/USStates)
50
+ - 🌐 [World Area PyDeck](https://huggingface.co/spaces/awacke1/StreamlitPydeckMapVisualViewStateForLatitudeLongitude)
51
+ - πŸ“Š [US Corporation Map and CSV Location Data Loader](https://huggingface.co/spaces/awacke1/UnitedStatesMapAIandNLP)
52
+ - πŸ“ˆ [US Taxonomy Datasets](https://huggingface.co/spaces/awacke1/NPI-Provider-Map-By-Taxonomy-Search)
53
+ - πŸ” [City, State - Latitude and Longitude Search](https://huggingface.co/spaces/awacke1/Google-Maps-Web-Service-Py) (try Mound, MN)
54
+
55
+ ## πŸ₯ Medical Centers and Hospitals in US States
56
+ - **Minnesota**
57
+ - πŸ₯ [State of MN Med Centers](https://huggingface.co/spaces/awacke1/Minnesota-Medical-Centers-Streamlit)
58
+ - 🏨 [State of MN: Hospital Details](https://huggingface.co/spaces/awacke1/MN.Map.Hospitals.Top.Five)
59
+ - **Massachusetts**
60
+ - πŸ₯ [State of MA Medical Centers](https://huggingface.co/spaces/awacke1/Streamlit-Google-Maps-Massachusetts)
61
+ - πŸš‘ [State of MA Reliant](https://huggingface.co/spaces/awacke1/Streamlit-Google-Maps-Reliant)
62
+ - **California**
63
+ - πŸ₯ [State of CA Medical Centers](https://huggingface.co/spaces/awacke1/Streamlit-Google-Maps-California)
64
+ - 🏨 [State of CA Hospital Details](https://huggingface.co/spaces/awacke1/California-Medical-Centers-Streamlit)
65
+ - 🏞️ [State of CA Attractions](https://huggingface.co/spaces/awacke1/Map-California-AI)
66
+ - **Texas**
67
+ - πŸ₯ [State of TX Medical Centers](https://huggingface.co/spaces/awacke1/Streamlit-Google-Maps-Texas)
68
+ - **New Jersey**
69
+ - πŸ₯ [State of NJ Hospitals](https://huggingface.co/spaces/awacke1/VizLib-TopLargeHospitalsNewJersey)
70
+
71
+ ## 🌌 Mythical and Historical Locations
72
+ - **Iceland**
73
+ - 🏰 [Iceland Myth Places and Routes](https://huggingface.co/spaces/awacke1/Maps.Markers.Honor.Iceland)
74
+
75
+ ## πŸ‡ΊπŸ‡Έ Specific US Data Searches
76
+ - **NPI Registry Mental Health Provider Search**
77
+ - 🧠 [NPI Registry Mental Health Provider Search and Cluster Map](https://huggingface.co/spaces/awacke1/Gradio-Maps-Latitude-Longitude)
78
+ - **US City Specific Information**
79
+ - πŸŒƒ [US City FIPS code, Location, Population](https://huggingface.co/spaces/awacke1/CityFipsLocationandPopulation)
80
  """
81
  st.markdown(MapInfo)
82
  return MapInfo
83
 
84
+ # Call the function to display the maps
85
+ ListMaps()
86
+
87
+
88
  # States and Icons
89
  states = ['MN', 'CA', 'WA', 'FL', 'TX', 'NY', 'NV']
90
  icons = ['πŸ¦†', '🌴', '🍎', '🌞', '🀠', 'πŸ—½', '🎰']