Update Home.py
Browse files
Home.py
CHANGED
|
@@ -52,7 +52,7 @@ text_search = c1.text_input("Search by author, title, or full-text. Separate con
|
|
| 52 |
keyword_list_j = [keyword.strip() for keyword in text_search.split(";")]
|
| 53 |
|
| 54 |
# option to choose
|
| 55 |
-
part_opt = ["Title", "Abstract (en)", "Introduction", "Method", "Result & Discussion", "Conclusion", "Full-text"]
|
| 56 |
|
| 57 |
# Add options
|
| 58 |
s_bhs = ["ID", "EN"]
|
|
@@ -60,7 +60,7 @@ sel_bahasa = c2.selectbox("Bahasa", s_bhs)
|
|
| 60 |
search_opt = c3.multiselect(
|
| 61 |
"Search fields",
|
| 62 |
part_opt,
|
| 63 |
-
["
|
| 64 |
|
| 65 |
|
| 66 |
# filter
|
|
|
|
| 52 |
keyword_list_j = [keyword.strip() for keyword in text_search.split(";")]
|
| 53 |
|
| 54 |
# option to choose
|
| 55 |
+
part_opt = ["Title", "Abstract (en)", "Abstract (id)", "Keywords", "Introduction", "Method", "Result & Discussion", "Conclusion", "Full-text"]
|
| 56 |
|
| 57 |
# Add options
|
| 58 |
s_bhs = ["ID", "EN"]
|
|
|
|
| 60 |
search_opt = c3.multiselect(
|
| 61 |
"Search fields",
|
| 62 |
part_opt,
|
| 63 |
+
["Title", "Abstract (en)", "Keywords"])
|
| 64 |
|
| 65 |
|
| 66 |
# filter
|