Secrets token appended
Browse files
app.py
CHANGED
@@ -19,4 +19,4 @@ question = "When was Google founded?"
|
|
19 |
|
20 |
# print(llm.run(question))
|
21 |
d=LLMChain(llm=llm,prompt=prompt)
|
22 |
-
st.write("out",d.run(question))
|
|
|
19 |
|
20 |
# print(llm.run(question))
|
21 |
d=LLMChain(llm=llm,prompt=prompt)
|
22 |
+
st.write("out",d.run(question))
|