Update app.py
Browse files
app.py
CHANGED
|
@@ -322,7 +322,7 @@ def dataset_display():
|
|
| 322 |
|
| 323 |
|
| 324 |
# Render the dataset template with plots
|
| 325 |
-
return render_template('dataset.html', df=pd.read_csv('
|
| 326 |
plot3=buffer_data3, plot4=buffer_data4, plot5=buffer_data5, plot6=buffer_data6,
|
| 327 |
plot7=buffer_data7, plot8=buffer_data8, plot9=buffer_data9, plot10=buffer_data10)
|
| 328 |
|
|
|
|
| 322 |
|
| 323 |
|
| 324 |
# Render the dataset template with plots
|
| 325 |
+
return render_template('dataset.html', df=pd.read_csv('DVCarFraudDetection.csv'), plot1=buffer_data1, plot2=buffer_data2,
|
| 326 |
plot3=buffer_data3, plot4=buffer_data4, plot5=buffer_data5, plot6=buffer_data6,
|
| 327 |
plot7=buffer_data7, plot8=buffer_data8, plot9=buffer_data9, plot10=buffer_data10)
|
| 328 |
|