diff --git a/src/Main.elm b/src/Main.elm
index efb8c5487e947c3c810914cc106b174ab85d0779..8a3a7bfbc1ab09d1bf6be696886beb0e7a911783 100644
--- a/src/Main.elm
+++ b/src/Main.elm
@@ -94,7 +94,8 @@ subscriptions _ =
 fetchData : Cmd Msg
 fetchData =
     Http.get
-        { url = "https://gitlab.informatik.uni-halle.de/akfns/infovisualprojekt/-/raw/master/csv/smartphone_dataset.csv"
+        { -- url = "https://raw.githubusercontent.com/TomS-2000/test/main/smartphone_dataset.csv?token=GHSAT0AAAAAACS6UPFOZ4TYUP45QKFE7PGSZTIIIIA"
+          url = "https://gitlab.informatik.uni-halle.de/akfns/infovisualprojekt/-/raw/master/csv/smartphone_dataset.csv"
         , expect = Http.expectString DataReceived
         }