naufalnashif
commited on
Commit
Β·
af06659
1
Parent(s):
64708f7
Update app.py
Browse files
app.py
CHANGED
@@ -329,20 +329,21 @@ with st.sidebar :
|
|
329 |
bar = st.selectbox("Pilih Tampilan Bar Chart :", ("Distribusi Kelas", "Distribusi Kelas Berdasarkan Waktu"), index = 0)
|
330 |
target_year = st.selectbox("Pilih Tahun Bar Chart :", df['Date'].str[:4].unique())
|
331 |
|
332 |
-
tab1, tab2, tab3 = st.tabs(["π Documentation", "π Results", "π€΅
|
333 |
|
334 |
with tab1:
|
335 |
st.header("Documentation :")
|
336 |
'''
|
337 |
Langkah - langkah :
|
338 |
-
1.
|
339 |
-
2.
|
340 |
-
3. Pilih
|
341 |
-
4.
|
342 |
-
5. Jika
|
343 |
-
6.
|
344 |
-
7.
|
345 |
-
8. Klik
|
|
|
346 |
'''
|
347 |
|
348 |
with tab2:
|
|
|
329 |
bar = st.selectbox("Pilih Tampilan Bar Chart :", ("Distribusi Kelas", "Distribusi Kelas Berdasarkan Waktu"), index = 0)
|
330 |
target_year = st.selectbox("Pilih Tahun Bar Chart :", df['Date'].str[:4].unique())
|
331 |
|
332 |
+
tab1, tab2, tab3 = st.tabs(["π Documentation", "π Results", "π€΅ Creator"])
|
333 |
|
334 |
with tab1:
|
335 |
st.header("Documentation :")
|
336 |
'''
|
337 |
Langkah - langkah :
|
338 |
+
1. Buka sidebar sebelah kiri
|
339 |
+
2. Buka General Settings
|
340 |
+
3. Pilih Model
|
341 |
+
4. Pilih Input ('Text Manual', 'File Xlsx')
|
342 |
+
5. Jika file Xlsx harus memiliki kolom 'Text'
|
343 |
+
6. Jika ada kolom type Datetime, ada fitur tambahan asalkan kolom bernama 'Date'
|
344 |
+
7. Buka Preferences Settings untuk menyetel tampilan Wordclouds/Barchart
|
345 |
+
8. Klik Analysis
|
346 |
+
9. Klik tab Results
|
347 |
'''
|
348 |
|
349 |
with tab2:
|