Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ try:
|
|
| 15 |
except AttributeError:
|
| 16 |
print("WARNING: GOOGLE_API_KEY secret not set. LLM functionality will fail.")
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
# The HTML template remains the same
|
| 20 |
HTML_TEMPLATE = """
|
|
|
|
| 15 |
except AttributeError:
|
| 16 |
print("WARNING: GOOGLE_API_KEY secret not set. LLM functionality will fail.")
|
| 17 |
|
| 18 |
+
app = Flask(__name__)
|
| 19 |
|
| 20 |
# The HTML template remains the same
|
| 21 |
HTML_TEMPLATE = """
|