Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from langchain.prompts import (
|
|
6 |
SystemMessagePromptTemplate,
|
7 |
)
|
8 |
|
9 |
-
template = """ Write a code for the following problem :
|
10 |
{question}
|
11 |
|
12 |
Code:
|
|
|
6 |
SystemMessagePromptTemplate,
|
7 |
)
|
8 |
|
9 |
+
template = """ Write a python code for the following problem :
|
10 |
{question}
|
11 |
|
12 |
Code:
|