Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,9 @@ from folium.plugins import MarkerCluster
|
|
5 |
import time
|
6 |
import math
|
7 |
|
|
|
|
|
|
|
8 |
# Define California medical centers data
|
9 |
california_med_centers = [
|
10 |
('UCSF Medical Center', 37.7631, -122.4576, 'General medical and surgical', 'San Francisco'),
|
|
|
5 |
import time
|
6 |
import math
|
7 |
|
8 |
+
# wide mode
|
9 |
+
st.set_page_config(layout="wide")
|
10 |
+
|
11 |
# Define California medical centers data
|
12 |
california_med_centers = [
|
13 |
('UCSF Medical Center', 37.7631, -122.4576, 'General medical and surgical', 'San Francisco'),
|