Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
suggestion for template file
  • Loading branch information
SutharAtul authored Dec 25, 2024
1 parent 1c504d8 commit e93674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
collection = db["trending_topics"]

# Absolute path to your templates folder
absolute_template_path = r"D:\Project\Stir_Assignments\templates"
absolute_template_path = r"D:\Project\Stir_Assignments\templates" // give your templates path that contain index.html file

app = Flask(__name__, template_folder=absolute_template_path)

Expand Down

0 comments on commit e93674b

Please sign in to comment.