jcg00v commited on
Commit
63476a4
1 Parent(s): ec89c3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ if __name__ == "__main__":
205
  image = Image.open('vocali_logo.jpg')
206
  with title_container:
207
  with col1:
208
- st.image(image, width=70)
209
  with col2:
210
  st.markdown('<h3 style="color: LimeGreen;">Sanivert Punctuation And Capitalization Restoration</h3>',
211
  unsafe_allow_html=True)
 
205
  image = Image.open('vocali_logo.jpg')
206
  with title_container:
207
  with col1:
208
+ st.image(image, width=140)
209
  with col2:
210
  st.markdown('<h3 style="color: LimeGreen;">Sanivert Punctuation And Capitalization Restoration</h3>',
211
  unsafe_allow_html=True)