Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
midhunxavier committed Jul 25, 2024
1 parent 9b00481 commit d89bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/2_IEC61499_SQL_Chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
st.chat_message(msg["role"]).write(msg["content"])

if db_uri:
agent = create_custom_sql_agent(db_uri)
agent = create_custom_sql_agent(f"postgresql+psycopg2://postgres:postgres@130.240.196.40:5432/HotWaterTank")

if prompt := st.chat_input():
if not db_uri:
Expand Down

0 comments on commit d89bdd0

Please sign in to comment.