yashasgupta commited on
Commit
b009423
·
verified ·
1 Parent(s): 64fdec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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