Mr-Vicky-01 commited on
Commit
fa75acc
1 Parent(s): 561126d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
8
  # model = genai.GenerativeModel("gemini-1.5-pro-latest")
9
 
10
  prompt = """
11
- you are a english teacher.so, understand the following Tanglish query and give a correct English sentance with proper grammar:
12
  Tanglish query: {tamil_text}
13
  """
14
 
 
8
  # model = genai.GenerativeModel("gemini-1.5-pro-latest")
9
 
10
  prompt = """
11
+ you are a english teacher.so, understand the following Tanglish query and give a correct English sentance with proper grammar and explain the how tanglish query converts into english, like a english teacher:
12
  Tanglish query: {tamil_text}
13
  """
14