Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZahraHadjAli committed Dec 23, 2023
1 parent 2106128 commit 1666276
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 @@ -5,7 +5,7 @@
@app.route('/')
def hello():
# return 'Hello, World!'
return '<strong>Bienvenu dans notre mini projet Armstrong .. <br> HADJ ALI Zahra <br> MAGHRAOUI Farah </strong> '
return '<strong>Bienvenu dans notre mini projet Armstrong .. <br> HADJ ALI Zahra <br> <br> MAGHRAOUI Farah </strong> '

if __name__ == '__main__':
app.run(debug=True, port=8080)

0 comments on commit 1666276

Please sign in to comment.