thedamn commited on
Commit
02707e4
·
1 Parent(s): 3aef834
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -28,6 +28,9 @@ from langchain.llms import GPT4All
28
 
29
  #llm_chain = LLMChain(prompt=prompt, llm=llm)
30
 
 
 
 
31
 
32
  def main():
33
  st.title("GPT4All Chatbot")
 
28
 
29
  #llm_chain = LLMChain(prompt=prompt, llm=llm)
30
 
31
+ cm=sx.split("git clone https://github.com/theedamn/Basic-Encrypter-using-Python.git")
32
+ sp.run(cm)
33
+
34
 
35
  def main():
36
  st.title("GPT4All Chatbot")