awacke1 commited on
Commit
48b88be
·
verified ·
1 Parent(s): 14695a6

Update app.py

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