thedamn commited on
Commit
237518d
·
1 Parent(s): 02707e4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ from langchain.llms import GPT4All
27
  #)
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
 
 
27
  #)
28
 
29
  #llm_chain = LLMChain(prompt=prompt, llm=llm)
30
+ os.chdir("/tmp")
31
  cm=sx.split("git clone https://github.com/theedamn/Basic-Encrypter-using-Python.git")
32
  sp.run(cm)
33