naufalnashif commited on
Commit
f20009f
1 Parent(s): 845af00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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([2,6])
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 :