CoolFace
Apppublic

HChandeepa/PulmoSense_AI

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
main.py18 linesDownload Raw Back to root
1# This is a sample Python script.2 3# Press Shift+F10 to execute it or replace it with your code.4# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.5 6import flask7 8def print_hi(name):9    # Use a breakpoint in the code line below to debug your script.10    print(f'Hi, {name}')  # Press Ctrl+F8 to toggle the breakpoint.11 12 13# Press the green button in the gutter to run the script.14if __name__ == '__main__':15    print_hi('PyCharm')16 17# See PyCharm help at https://www.jetbrains.com/help/pycharm/18