Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	app
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -12,6 +12,8 @@ from vega_datasets import data 
     | 
|
| 12 | 
         | 
| 13 | 
         
             
            st.title('My First Streamlit App')
         
     | 
| 14 | 
         | 
| 
         | 
|
| 
         | 
|
| 15 | 
         
             
            source = data.seattle_weather()
         
     | 
| 16 | 
         | 
| 17 | 
         
             
            scale = alt.Scale(
         
     | 
| 
         | 
|
| 12 | 
         | 
| 13 | 
         
             
            st.title('My First Streamlit App')
         
     | 
| 14 | 
         | 
| 15 | 
         
            +
            st.text("The URL for this app is: https://huggingface.co/spaces/jnaiman/is445_demo")
         
     | 
| 16 | 
         
            +
             
     | 
| 17 | 
         
             
            source = data.seattle_weather()
         
     | 
| 18 | 
         | 
| 19 | 
         
             
            scale = alt.Scale(
         
     |