We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 895690e + 6d017f2 commit ea12d50Copy full SHA for ea12d50
examples/Use_Cases/biz_bot.py
@@ -59,8 +59,6 @@ def build_table(db=None, table_name=None,load_fp=None,load_file=None):
59
if not table_name:
60
return 0
61
62
- st.write(f"in build table - {st.session_state['loaded_tables']}")
63
-
64
# build the table only once - if name already found, do not add to table
65
if table_name in st.session_state["loaded_tables"]:
66
0 commit comments