diff --git a/src/main.py b/src/main.py index 9ea0c6ea..6e33b01f 100755 --- a/src/main.py +++ b/src/main.py @@ -13,7 +13,7 @@ class MyApp(App): def build(self): - return Label(text='Hello world!') + return Label(text='Testing buggy tag issue number 7') if __name__ == '__main__':