random commit
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -9,7 +9,7 @@ from src.models_loading import run_model 
     | 
|
| 9 | 
         | 
| 10 | 
         
             
            st.set_page_config(
         
     | 
| 11 | 
         
             
                page_title="Utrecht Pollution Dashboard",
         
     | 
| 12 | 
         
            -
                page_icon=" 
     | 
| 13 | 
         
             
                layout="wide",
         
     | 
| 14 | 
         
             
                initial_sidebar_state="expanded",
         
     | 
| 15 | 
         
             
            )
         
     | 
| 
         | 
|
| 9 | 
         | 
| 10 | 
         
             
            st.set_page_config(
         
     | 
| 11 | 
         
             
                page_title="Utrecht Pollution Dashboard",
         
     | 
| 12 | 
         
            +
                page_icon="🌱",
         
     | 
| 13 | 
         
             
                layout="wide",
         
     | 
| 14 | 
         
             
                initial_sidebar_state="expanded",
         
     | 
| 15 | 
         
             
            )
         
     |