diff --git a/README.md b/README.md
index 09b18b01a5993ac5b403f472fb0654fd51be0e3f..b54ef456cb4c284afa513163a58b91f255231b8f 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,9 @@ Zum Installieren aller benötigten Pakete folgenden Befehl ausführen:
 pip install -r requirements.txt
 ```
 
-## Bugs
+## Screenshot
+
+![Beispiel Screenshot](./media/screenshot.png)
 
 ## Neue Features
 
diff --git a/media/screenshot.png b/media/screenshot.png
new file mode 100644
index 0000000000000000000000000000000000000000..a5b70384c631f0592efb55f152658a3630b927e8
Binary files /dev/null and b/media/screenshot.png differ
diff --git a/src/app.py b/src/app.py
index 7fec2082585f754032d3c2a162ba41780139db6b..0baf357df3ce7a7ab79a70d9f1905613b0c02112 100644
--- a/src/app.py
+++ b/src/app.py
@@ -27,8 +27,6 @@ with tab_panels:
 
     # Tab 'Statistik'
     statistic.content()
-    # with ui.tab_panel('Statistik'):
-    #     ui.label('This is the second tab')
 
     # Tab 'Turnier'
     with ui.tab_panel('Turnier'):