Mr-Vicky-01 commited on
Commit
b40dae0
·
verified ·
1 Parent(s): 6fca535

Update app.py

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