Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ genai.configure(api_key=GOOGLE_API_KEY)
|
|
| 37 |
|
| 38 |
@app.route('/')
|
| 39 |
def index():
|
| 40 |
-
return render_template('
|
| 41 |
|
| 42 |
|
| 43 |
def rediger_section_histoire(theme, point, contexte_precedent=""):
|
|
|
|
| 37 |
|
| 38 |
@app.route('/')
|
| 39 |
def index():
|
| 40 |
+
return render_template('histoire.html')
|
| 41 |
|
| 42 |
|
| 43 |
def rediger_section_histoire(theme, point, contexte_precedent=""):
|