fromcarlostocosta commited on
Commit
7123c15
1 Parent(s): 1aed1f7

Final touches

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ st.plotly_chart(fig, use_container_width=True)
98
 
99
  img = Image.open('mastercard_logo.png')
100
 
101
- col1, col2, col3 = st.beta_columns([1,6,1])
102
 
103
  with col1:
104
  st.write("")
 
98
 
99
  img = Image.open('mastercard_logo.png')
100
 
101
+ col1, col2, col3 = st.columns([1,6,1])
102
 
103
  with col1:
104
  st.write("")