Skip to content

Commit ea12d50

Browse files
authored
Merge pull request llmware-ai#900 from llmware-ai/biz-bot-small-update
minor update
2 parents 895690e + 6d017f2 commit ea12d50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/Use_Cases/biz_bot.py

-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ def build_table(db=None, table_name=None,load_fp=None,load_file=None):
5959
if not table_name:
6060
return 0
6161

62-
st.write(f"in build table - {st.session_state['loaded_tables']}")
63-
6462
# build the table only once - if name already found, do not add to table
6563
if table_name in st.session_state["loaded_tables"]:
6664
return 0

0 commit comments

Comments
 (0)