set page config
Browse files
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 |
+
|