Spaces:
Sleeping
Sleeping
venkat charan
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ if st.button("Generate Response"):
|
|
36 |
|
37 |
# Invoke the chain to get the response
|
38 |
res = chain.invoke({"input": user_input})
|
39 |
-
response_content = res.
|
40 |
st.write("Generated Response:")
|
41 |
st.write(response_content)
|
42 |
|
|
|
36 |
|
37 |
# Invoke the chain to get the response
|
38 |
res = chain.invoke({"input": user_input})
|
39 |
+
response_content = res.content
|
40 |
st.write("Generated Response:")
|
41 |
st.write(response_content)
|
42 |
|