Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def greet(img):
|
|
34 |
res=res + "\n"
|
35 |
res=res + "\n"
|
36 |
# generate text
|
37 |
-
prompt = "take this peace of information and give all the information in point wise better format also give some recomendation related to them: " + res
|
38 |
# print(prompt)
|
39 |
response = geminiModel.generate_content(prompt)
|
40 |
print(response)
|
|
|
34 |
res=res + "\n"
|
35 |
res=res + "\n"
|
36 |
# generate text
|
37 |
+
prompt = "the input text in vietnamese, please add accend and take this peace of information and give all the information in point wise better format also give some recomendation related to them: " + res
|
38 |
# print(prompt)
|
39 |
response = geminiModel.generate_content(prompt)
|
40 |
print(response)
|