Spaces:
Sleeping
Sleeping
12 commit
Browse files
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")
|