naufalnashif
commited on
Commit
•
f20009f
1
Parent(s):
845af00
Update app.py
Browse files
app.py
CHANGED
@@ -450,7 +450,7 @@ with tab3:
|
|
450 |
# Garis pemisah
|
451 |
st.divider()
|
452 |
st.write('Thank you for trying the demo!')
|
453 |
-
left, right = st.columns(
|
454 |
with left :
|
455 |
st.caption('Best regards, Naufal Nashif :sunglasses:')
|
456 |
with right :
|
|
|
450 |
# Garis pemisah
|
451 |
st.divider()
|
452 |
st.write('Thank you for trying the demo!')
|
453 |
+
left, right = st.columns(2)
|
454 |
with left :
|
455 |
st.caption('Best regards, Naufal Nashif :sunglasses:')
|
456 |
with right :
|