saritha5 commited on
Commit
62ddc49
·
1 Parent(s): a49cf2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ if st.button('Predict'):
40
 
41
  columns=["a", "b"])
42
 
43
- st.bar_chart(chart_data,x="Price action ($)",y="Q ($)",width=6)
44
 
45
 
46
 
 
40
 
41
  columns=["a", "b"])
42
 
43
+ st.bar_chart(chart_data)
44
 
45
 
46