matterattetatte commited on
Commit
da52af7
·
verified ·
1 Parent(s): 1195f6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ if st.button("Generate Summary"):
99
  with st.spinner("Generating content..."):
100
  try:
101
  # Run the blog agent with the given prompt
102
- result = manager_agent.run(prompt)
103
  # Display the generated blog content
104
  st.subheader("Generated Summary:")
105
  st.write(result)
 
99
  with st.spinner("Generating content..."):
100
  try:
101
  # Run the blog agent with the given prompt
102
+ result = sql_agent.run(prompt)
103
  # Display the generated blog content
104
  st.subheader("Generated Summary:")
105
  st.write(result)