saritha5 commited on
Commit
63e4876
·
1 Parent(s): 357699d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def fun():
31
  plt.figure(figsize=(16, 5))
32
  plt.xlabel("Price action ($)")
33
  plt.ylabel("Q ($)")
34
- plt.bar_chart(a, b, color='crimson', width=6, alpha=0.8)
35
  plt.show()
36
  return
37
  st.header("Enter the Specification")
 
31
  plt.figure(figsize=(16, 5))
32
  plt.xlabel("Price action ($)")
33
  plt.ylabel("Q ($)")
34
+ plt.bar(a, b, color='crimson', width=6, alpha=0.8)
35
  plt.show()
36
  return
37
  st.header("Enter the Specification")