Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,8 @@ if st.button("Submit"):
|
|
32 |
|
33 |
re = chain.invoke({"il":options1,"ol":options2, "i":text})
|
34 |
|
|
|
|
|
35 |
st.write(re.content)
|
36 |
|
37 |
|
|
|
32 |
|
33 |
re = chain.invoke({"il":options1,"ol":options2, "i":text})
|
34 |
|
35 |
+
st.write("Response: ")
|
36 |
+
|
37 |
st.write(re.content)
|
38 |
|
39 |
|