Cachoups commited on
Commit
1413861
·
verified ·
1 Parent(s): 851e1f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def process_and_compare(file1, sheet1, file2, sheet2):
146
  plt.xticks(rotation=90)
147
 
148
  # Save plot to a file
149
- file_path = '/output/plot.png'
150
  plt.savefig(file_path, format='png', bbox_inches='tight')
151
  plt.close()
152
 
 
146
  plt.xticks(rotation=90)
147
 
148
  # Save plot to a file
149
+ file_path = 'output/plot.png'
150
  plt.savefig(file_path, format='png', bbox_inches='tight')
151
  plt.close()
152