Vikas1994 commited on
Commit
f8b5d8a
·
1 Parent(s): 78e5e75

Secrets token appended

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