saritha5 commited on
Commit
a49cf2e
·
1 Parent(s): 273f371

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,x="Price action ($)",y="Q ($)",width=6)
44
 
45
 
46