Spaces:
Running
Running
Update app.py
Browse files
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 = '
|
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 |
|