Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ GOOGLE_API_KEY = os.environ.get("TOKEN")
|
|
| 35 |
|
| 36 |
genai.configure(api_key=GOOGLE_API_KEY)
|
| 37 |
|
| 38 |
-
@app.route('/
|
| 39 |
def svt():
|
| 40 |
"""Renders the SVT page."""
|
| 41 |
return render_template("svt.html")
|
|
|
|
| 35 |
|
| 36 |
genai.configure(api_key=GOOGLE_API_KEY)
|
| 37 |
|
| 38 |
+
@app.route('/', methods=['GET'])
|
| 39 |
def svt():
|
| 40 |
"""Renders the SVT page."""
|
| 41 |
return render_template("svt.html")
|