vkt1414
		
	commited on
		
		
					Commit 
							
							·
						
						0d7be01
	
1
								Parent(s):
							
							1a87ae9
								
remove the lines printing the dataframes
Browse files- filter_data_app.py +0 -2
    	
        filter_data_app.py
    CHANGED
    
    | @@ -323,8 +323,6 @@ def main(): | |
| 323 | 
             
                    sns.violinplot(x='Filtering', y=radiomics_feature, data=combined_df, ax=ax)
         | 
| 324 | 
             
                    ax.set_ylabel("Standard Deviation of Volumes")
         | 
| 325 | 
             
                    st.pyplot(fig2)
         | 
| 326 | 
            -
                    body_part_df
         | 
| 327 | 
            -
                    filtered_df
         | 
| 328 |  | 
| 329 |  | 
| 330 | 
             
                # Define the pages
         | 
|  | |
| 323 | 
             
                    sns.violinplot(x='Filtering', y=radiomics_feature, data=combined_df, ax=ax)
         | 
| 324 | 
             
                    ax.set_ylabel("Standard Deviation of Volumes")
         | 
| 325 | 
             
                    st.pyplot(fig2)
         | 
|  | |
|  | |
| 326 |  | 
| 327 |  | 
| 328 | 
             
                # Define the pages
         |