Mohamed90 commited on
Commit
5978eb3
1 Parent(s): 05b8bc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -11,7 +11,7 @@ st.title('This is GIS website, WELLCOME!')
11
 
12
  df1 = gpd.read_file('Algeria.shp')
13
  df2 = gpd.read_file('Tunisia.shp')
14
- df3 = gpd.read_file('Libya.shp')
15
  df4 = gpd.read_file('Morocco.shp')
16
 
17
  with st.sidebar:
@@ -68,6 +68,4 @@ with tab3:
68
  with tab4:
69
  st.header("Streamlit documentation")
70
  st.help(st)
71
-
72
-
73
 
 
11
 
12
  df1 = gpd.read_file('Algeria.shp')
13
  df2 = gpd.read_file('Tunisia.shp')
14
+ df3 = gpd.read_file('libya.shp')
15
  df4 = gpd.read_file('Morocco.shp')
16
 
17
  with st.sidebar:
 
68
  with tab4:
69
  st.header("Streamlit documentation")
70
  st.help(st)
 
 
71