Saif-bio commited on
Commit
ec96151
·
verified ·
1 Parent(s): 052fb4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def app():
44
  if "Size" in plot["title"]:
45
  sns.countplot(data=df, x=plot["x"], hue=plot["hue"])
46
  if "Revenue" in plot["title"]:
47
- sns.countplot(data=df, x=plot["x"], y=plot["y"],ax=plot["top"], hue=plot["hue"], estimator=plot["estimator"], marker=plot["marker"])
48
 
49
  else:
50
  ax.set_ylabel("quantity")
 
44
  if "Size" in plot["title"]:
45
  sns.countplot(data=df, x=plot["x"], hue=plot["hue"])
46
  if "Revenue" in plot["title"]:
47
+ sns.countplot(data=df, x=plot["x"], ax=plot["top"], hue=plot["hue"], estimator=plot["estimator"], marker=plot["marker"])
48
 
49
  else:
50
  ax.set_ylabel("quantity")