Spaces:
Sleeping
Sleeping
venkat charan
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ if st.button("Generate Response"):
|
|
45 |
|
46 |
# Invoke the chain to get the response
|
47 |
res = chain.invoke({"input": user_input})
|
48 |
-
response_content = res.
|
49 |
st.write("Generated Response:")
|
50 |
st.write(response_content)
|
51 |
|
|
|
45 |
|
46 |
# Invoke the chain to get the response
|
47 |
res = chain.invoke({"input": user_input})
|
48 |
+
response_content = res.content
|
49 |
st.write("Generated Response:")
|
50 |
st.write(response_content)
|
51 |
|