Update app.py
Browse files
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=
|
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)
|