Fer-geo commited on
Commit
8426c50
·
1 Parent(s): 6a53486

set page config

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -11,6 +11,8 @@ import datetime
11
 
12
  from io import BytesIO
13
 
 
 
14
 
15
  def convert_to_gdf(uploaded_file):
16
  # Read the file using BytesIO
@@ -268,3 +270,4 @@ if test:
268
  # mime='text/csv',
269
  mime = 'application/json',
270
  )
 
 
11
 
12
  from io import BytesIO
13
 
14
+ st.set_page_config(page_title="Terradot CREA project", page_icon=":terradot:", layout='wide')
15
+
16
 
17
  def convert_to_gdf(uploaded_file):
18
  # Read the file using BytesIO
 
270
  # mime='text/csv',
271
  mime = 'application/json',
272
  )
273
+