| title: Tsspace01 | |
| emoji: π | |
| colorFrom: yellow | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 3.29.0 | |
| app_file: app.py | |
| pinned: false | |
| license: apache-2.0 | |
| a = 1 | |
| b = 2 | |
| c = a + b | |
| print (c) | |
| d = a/b | |
| print (d) | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |