AjithBharadwaj commited on
Commit
587582b
1 Parent(s): 97270d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,6 +51,7 @@ def main():
51
  chain = LLMChain(llm=hf,prompt=prompt,verbose=True)
52
  aa = chain.invoke({"topic": topic,"words":word_count,"role":role})
53
  st.write(aa)
 
54
 
55
  if __name__ == "__main__":
56
  main()
 
51
  chain = LLMChain(llm=hf,prompt=prompt,verbose=True)
52
  aa = chain.invoke({"topic": topic,"words":word_count,"role":role})
53
  st.write(aa)
54
+ st.write("Will Come here")
55
 
56
  if __name__ == "__main__":
57
  main()