Spaces:
				
			
			
	
			
			
		Build error
		
	
	
	
			
			
	
	
	
	
		
		
		Build error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -180,8 +180,8 @@ with col3: | |
| 180 |  | 
| 181 |  | 
| 182 |  | 
| 183 | 
            -
            col1, col2, col3, col4, col5 = st.columns([ | 
| 184 | 
            -
            with  | 
| 185 | 
             
                # submit button
         | 
| 186 | 
             
                submit = st.button("Perform Prediction")
         | 
| 187 |  | 
|  | |
| 180 |  | 
| 181 |  | 
| 182 |  | 
| 183 | 
            +
            col1, col2, col3, col4, col5 = st.columns([2,4,6,4,4])
         | 
| 184 | 
            +
            with col2:
         | 
| 185 | 
             
                # submit button
         | 
| 186 | 
             
                submit = st.button("Perform Prediction")
         | 
| 187 |  | 
