naufalnashif commited on
Commit
fb81602
·
1 Parent(s): 3353210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -303,8 +303,8 @@ with st.expander("General Settings :"):
303
  else:
304
  # Input berkas XLSX
305
  uploaded_file = st.file_uploader("Unggah berkas XLSX", type=["xlsx"])
306
- st.write("Pastikan berkas XLSX Anda memiliki kolom yang bernama 'Text' **Maks.**500 data.")
307
- st.info("Jika terdapat kolom type 'datetime', ganti nama kolom menjadi 'Date'.", icon = 'ℹ️')
308
 
309
  if uploaded_file is not None:
310
  df = pd.read_excel(uploaded_file)
@@ -427,4 +427,4 @@ st.markdown(f"Instagram: [{instagram_link}]({instagram_link})")
427
 
428
  # Pesan penutup
429
  st.write('Thank you for trying the demo!')
430
- st.write('Best regards, Naufal Nashif')
 
303
  else:
304
  # Input berkas XLSX
305
  uploaded_file = st.file_uploader("Unggah berkas XLSX", type=["xlsx"])
306
+ st.caption("Pastikan berkas XLSX Anda memiliki kolom yang bernama :blue[Text] _(Maks.500 data)_.")
307
+ st.caption("Jika terdapat kolom type :blue[datetime], ganti nama kolom menjadi :blue[Date]")
308
 
309
  if uploaded_file is not None:
310
  df = pd.read_excel(uploaded_file)
 
427
 
428
  # Pesan penutup
429
  st.write('Thank you for trying the demo!')
430
+ st.caption('Best regards, Naufal Nashif :sunglasses:')