yash-srivastava19 commited on
Commit
729f0f9
·
verified ·
1 Parent(s): fa433ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: