Update Home.py
Browse files
Home.py
CHANGED
|
@@ -68,7 +68,7 @@ try:
|
|
| 68 |
return res_df
|
| 69 |
|
| 70 |
key_df_j = search_data(text_search, search_opt)
|
| 71 |
-
st.write(key_df_j)
|
| 72 |
|
| 73 |
# creating result
|
| 74 |
if text_search:
|
|
@@ -291,4 +291,7 @@ try:
|
|
| 291 |
|
| 292 |
|
| 293 |
except Exception as e:
|
| 294 |
-
st.write(e)
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
return res_df
|
| 69 |
|
| 70 |
key_df_j = search_data(text_search, search_opt)
|
| 71 |
+
#st.write(key_df_j)
|
| 72 |
|
| 73 |
# creating result
|
| 74 |
if text_search:
|
|
|
|
| 291 |
|
| 292 |
|
| 293 |
except Exception as e:
|
| 294 |
+
st.write(e)
|
| 295 |
+
|
| 296 |
+
except IndexError as f:
|
| 297 |
+
st.write("Mulai dengan ketikan kata kunci pada kotak pencarian.")
|