FahadAlam commited on
Commit
807f334
·
1 Parent(s): 43ca9c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
6
 
7
  def findCorrelation(dataset, target):
8
 
9
- print(dataset.value)
10
 
11
  df = pd.read_csv(dataset.value)
12
 
 
6
 
7
  def findCorrelation(dataset, target):
8
 
9
+ print(dataset)
10
 
11
  df = pd.read_csv(dataset.value)
12