yashasgupta commited on
Commit
a8eb649
·
verified ·
1 Parent(s): 764d850

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ if st.button("Submit"):
28
 
29
  chain = prompt|llm
30
 
31
- re = chain.invoke({"il":"english","ol":"french", "i":text})
32
 
33
  st.write(re.content)
34
 
 
28
 
29
  chain = prompt|llm
30
 
31
+ re = chain.invoke({"il":options,"ol":options, "i":text})
32
 
33
  st.write(re.content)
34