naufalnashif
commited on
Commit
·
fb81602
1
Parent(s):
3353210
Update app.py
Browse files
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.
|
307 |
-
st.
|
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.
|
|
|
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:')
|