DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
26 stars 8 forks source link

Add print statement 'hello world' in backend/app.py #893

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds a print statement 'hello world' under the main method in the backend/app.py file. The print statement is added to provide a simple greeting message whenever the script is run directly.

Summary of Changes

Please review and merge these changes at your earliest convenience.

Fixes #891.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/sweep-dummy

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.

farisdurrani commented 1 year ago

I understand the print statement is unnecessary but can you please add it anyways?