Commit 
							
							·
						
						48e254c
	
1
								Parent(s):
							
							2149e42
								
final size adjustment maybe
Browse files
    	
        app.py
    CHANGED
    
    | @@ -274,7 +274,7 @@ with demo: | |
| 274 | 
             
                            )
         | 
| 275 | 
             
                            # Create the Seaborn bar plot
         | 
| 276 | 
             
                            sns.set_theme(palette="viridis")
         | 
| 277 | 
            -
                            plt.figure(figsize=( | 
| 278 | 
             
                            plot = sns.barplot(
         | 
| 279 | 
             
                                tools_accuracy_info,
         | 
| 280 | 
             
                                x="weighted_accuracy",
         | 
|  | |
| 274 | 
             
                            )
         | 
| 275 | 
             
                            # Create the Seaborn bar plot
         | 
| 276 | 
             
                            sns.set_theme(palette="viridis")
         | 
| 277 | 
            +
                            plt.figure(figsize=(25, 10))
         | 
| 278 | 
             
                            plot = sns.barplot(
         | 
| 279 | 
             
                                tools_accuracy_info,
         | 
| 280 | 
             
                                x="weighted_accuracy",
         | 

