Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ if st.button("Submit"):
|
|
28 |
|
29 |
chain = prompt|llm
|
30 |
|
31 |
-
re = chain.invoke({"il":
|
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 |
|