Update Home.py
Browse files
Home.py
CHANGED
|
@@ -69,12 +69,14 @@ if keyword_list_j is not None:
|
|
| 69 |
st.caption(f"Kami menemukan **{key_df_j.shape[0]}** artikel yang sesuai dengan apa yang dicari.")
|
| 70 |
|
| 71 |
cl1, cl2 = st.columns([7,3])
|
| 72 |
-
|
| 73 |
-
|
|
|
|
|
|
|
| 74 |
red = popover.checkbox("Show red items.", True)
|
| 75 |
blue = popover.checkbox("Show blue items.", True)
|
| 76 |
|
| 77 |
-
|
| 78 |
|
| 79 |
@st.cache_data
|
| 80 |
def get_data(df):
|
|
|
|
| 69 |
st.caption(f"Kami menemukan **{key_df_j.shape[0]}** artikel yang sesuai dengan apa yang dicari.")
|
| 70 |
|
| 71 |
cl1, cl2 = st.columns([7,3])
|
| 72 |
+
|
| 73 |
+
selection = cl1.radio("Pilih menu", ("Hasil Pencarian", "Analisis Hasil"), horizontal=True)
|
| 74 |
+
|
| 75 |
+
popover = cl2.popover("Unduh Hasil")
|
| 76 |
red = popover.checkbox("Show red items.", True)
|
| 77 |
blue = popover.checkbox("Show blue items.", True)
|
| 78 |
|
| 79 |
+
|
| 80 |
|
| 81 |
@st.cache_data
|
| 82 |
def get_data(df):
|