Update Home.py
Browse files
Home.py
CHANGED
|
@@ -64,6 +64,7 @@ try:
|
|
| 64 |
return res_df
|
| 65 |
|
| 66 |
key_df_j = search_data(text_search, search_opt)
|
|
|
|
| 67 |
|
| 68 |
# creating result
|
| 69 |
if text_search:
|
|
|
|
| 64 |
return res_df
|
| 65 |
|
| 66 |
key_df_j = search_data(text_search, search_opt)
|
| 67 |
+
st.write(key_df_j)
|
| 68 |
|
| 69 |
# creating result
|
| 70 |
if text_search:
|