Update Home.py
Browse files
Home.py
CHANGED
|
@@ -68,12 +68,9 @@ if keyword_list_j is not None:
|
|
| 68 |
col1, col2 = st.columns([7,3])
|
| 69 |
col1.caption(f"Kami menemukan **{key_df_j.shape[0]}** artikel yang sesuai dengan apa yang dicari.")
|
| 70 |
|
| 71 |
-
opt_result = []
|
| 72 |
selection = col2.selectbox("Pilihan", ("Hasil Pencarian", "Analisis Hasil"), label_visibility="hidden")
|
| 73 |
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
popover = st.popover("Unduh Hasil")
|
| 77 |
red = popover.checkbox("Show red items.", True)
|
| 78 |
blue = popover.checkbox("Show blue items.", True)
|
| 79 |
|
|
@@ -98,6 +95,8 @@ if keyword_list_j is not None:
|
|
| 98 |
mime="text/csv",
|
| 99 |
icon=":material/download:",
|
| 100 |
)
|
|
|
|
|
|
|
| 101 |
|
| 102 |
if selection == "Hasil Pencarian":
|
| 103 |
|
|
|
|
| 68 |
col1, col2 = st.columns([7,3])
|
| 69 |
col1.caption(f"Kami menemukan **{key_df_j.shape[0]}** artikel yang sesuai dengan apa yang dicari.")
|
| 70 |
|
|
|
|
| 71 |
selection = col2.selectbox("Pilihan", ("Hasil Pencarian", "Analisis Hasil"), label_visibility="hidden")
|
| 72 |
|
| 73 |
+
popover = c1.popover("Unduh Hasil")
|
|
|
|
|
|
|
| 74 |
red = popover.checkbox("Show red items.", True)
|
| 75 |
blue = popover.checkbox("Show blue items.", True)
|
| 76 |
|
|
|
|
| 95 |
mime="text/csv",
|
| 96 |
icon=":material/download:",
|
| 97 |
)
|
| 98 |
+
|
| 99 |
+
st.divider()
|
| 100 |
|
| 101 |
if selection == "Hasil Pencarian":
|
| 102 |
|