Update Home.py
Browse files
Home.py
CHANGED
|
@@ -65,8 +65,9 @@ if keyword_list_j is not None:
|
|
| 65 |
|
| 66 |
# creating result
|
| 67 |
if text_search:
|
| 68 |
-
col1, col2 = st.columns([7,3])
|
| 69 |
-
|
|
|
|
| 70 |
|
| 71 |
popover = c1.popover("Unduh Hasil")
|
| 72 |
red = popover.checkbox("Show red items.", True)
|
|
@@ -93,8 +94,6 @@ if keyword_list_j is not None:
|
|
| 93 |
mime="text/csv",
|
| 94 |
icon=":material/download:",
|
| 95 |
)
|
| 96 |
-
|
| 97 |
-
selection = col2.selectbox("Pilihan", ("Hasil Pencarian", "Analisis Hasil"), label_visibility="hidden")
|
| 98 |
|
| 99 |
st.divider()
|
| 100 |
|
|
|
|
| 65 |
|
| 66 |
# creating result
|
| 67 |
if text_search:
|
| 68 |
+
#col1, col2 = st.columns([7,3])
|
| 69 |
+
st.caption(f"Kami menemukan **{key_df_j.shape[0]}** artikel yang sesuai dengan apa yang dicari.")
|
| 70 |
+
selection = st.radio("Pilihan", ("Hasil Pencarian", "Analisis Hasil"), label_visibility="hidden", horizontal=True)
|
| 71 |
|
| 72 |
popover = c1.popover("Unduh Hasil")
|
| 73 |
red = popover.checkbox("Show red items.", True)
|
|
|
|
| 94 |
mime="text/csv",
|
| 95 |
icon=":material/download:",
|
| 96 |
)
|
|
|
|
|
|
|
| 97 |
|
| 98 |
st.divider()
|
| 99 |
|