Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -221,7 +221,7 @@ async def result(request: Request,
|
|
| 221 |
global response1, response2, response3, response4, response5, response6, response7, response8, response9, response10, response11
|
| 222 |
|
| 223 |
|
| 224 |
-
api = "
|
| 225 |
excluded_words = ["name", "postal", "date", "phone", "address", "id"]
|
| 226 |
|
| 227 |
def generate_gemini_response(plot_path):
|
|
|
|
| 221 |
global response1, response2, response3, response4, response5, response6, response7, response8, response9, response10, response11
|
| 222 |
|
| 223 |
|
| 224 |
+
api = "AIzaSyBqYpSLeY5lIzo11DQAL20QLG1Slr4MjIU"
|
| 225 |
excluded_words = ["name", "postal", "date", "phone", "address", "id"]
|
| 226 |
|
| 227 |
def generate_gemini_response(plot_path):
|