Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,6 @@ import streamlit as st
|
|
| 3 |
from cluster_model import *
|
| 4 |
from streamlit_folium import folium_static
|
| 5 |
|
| 6 |
-
#reducing heading space
|
| 7 |
-
|
| 8 |
#SET PAGE WIDE
|
| 9 |
st.set_page_config(page_title='Identifying Commercial Centre Using Machine Learning',layout="centered")
|
| 10 |
|
|
|
|
| 3 |
from cluster_model import *
|
| 4 |
from streamlit_folium import folium_static
|
| 5 |
|
|
|
|
|
|
|
| 6 |
#SET PAGE WIDE
|
| 7 |
st.set_page_config(page_title='Identifying Commercial Centre Using Machine Learning',layout="centered")
|
| 8 |
|