Main As screen:
    BackgroundImage: =
    ContentLanguage: =""
    Fill: =RGBA(224, 24, 24, 1)
    ImagePosition: =ImagePosition.Tile
    LoadingSpinnerColor: =RGBA(0, 0, 0, 0)

    textinput1 As text:
        BorderColor: =RGBA(224, 24, 24, 1)
        BorderThickness: =0
        Color: =RGBA(0, 0, 0, 1)
        Default: =""
        DisabledBorderColor: =RGBA(255, 255, 255, 1)
        DisabledColor: =RGBA(161, 159, 157, 1)
        DisabledFill: =RGBA(242, 242, 241, 0)
        EnableSpellCheck: =true
        FocusedBorderThickness: =4
        Font: =Font.'Segoe UI'
        Height: =72
        HoverBorderColor: =RGBA(255, 255, 255, 1)
        HoverColor: =RGBA(0, 0, 0, 1)
        HoverFill: =RGBA(255, 255, 255, 1)
        MaxLength: =88
        Mode: =TextMode.MultiLine
        OnChange: =
        OnSelect: =
        PressedBorderColor: =RGBA(255, 255, 255, 1)
        PressedColor: =RGBA(50, 49, 48, 1)
        PressedFill: =RGBA(255, 255, 255, 1)
        RadiusBottomLeft: =0
        RadiusBottomRight: =0
        RadiusTopLeft: =0
        RadiusTopRight: =0
        Reset: =
        Size: =21
        Width: =479
        X: =40
        Y: =1017
        ZIndex: =1

    send1 As icon.Send:
        AutoDisableOnSelect: =
        BorderColor: =RGBA(0, 0, 0, 0)
        Color: =RGBA(255, 255, 255, 1)
        DisabledBorderColor: =RGBA(245, 245, 245, 1)
        DisabledColor: =RGBA(225, 223, 221, 1)
        DisabledFill: =RGBA(0, 0, 0, 0)
        Fill: =RGBA(224, 24, 24, 1)
        FocusedBorderThickness: =4
        HoverBorderColor: =RGBA(0, 0, 0, 0)
        HoverColor: =RGBA(251, 188, 159, 1)
        HoverFill: =RGBA(0, 0, 0, 0)
        Icon: =Icon.Send
        OnSelect: |-
            =Set(varResponse, varResponse & Char(13) & textinput1.Text);
            Reset(textinput1);
            Notify("ChatGPT asked", NotificationType.Success , 1000);
        PressedBorderColor: =RGBA(0, 0, 0, 0)
        PressedColor: =RGBA(16, 110, 190, 1)
        PressedFill: =RGBA(0, 0, 0, 0)
        TabIndex: =2
        Tooltip: ="1"
        X: =536
        Y: =1021
        ZIndex: =2

    chatbox1 As label:
        Align: =Align.Justify
        BorderColor: =RGBA(224, 24, 24, 1)
        Color: =RGBA(50, 49, 48, 1)
        DisabledBorderColor: =RGBA(0, 0, 0, 0)
        DisabledColor: =RGBA(161, 159, 157, 1)
        DisabledFill: =RGBA(204, 204, 204, 1)
        Fill: =RGBA(230, 230, 230, 1)
        Font: =Font.'Segoe UI'
        Height: =781
        Size: =21
        Text: =varResponse
        VerticalAlign: =VerticalAlign.Bottom
        Width: =560
        X: =40
        Y: =76
        ZIndex: =3

    tab1 As icon.Bookmark:
        BorderColor: =RGBA(0, 0, 0, 0)
        Color: =RGBA(255, 255, 255, 1)
        DisabledBorderColor: =RGBA(0, 0, 0, 0)
        DisabledColor: =RGBA(225, 223, 221, 1)
        DisabledFill: =RGBA(0, 0, 0, 0)
        Fill: =RGBA(224, 24, 24, 1)
        FocusedBorderThickness: =4
        HoverBorderColor: =RGBA(0, 0, 0, 0)
        HoverColor: =RGBA(251, 188, 159, 1)
        HoverFill: =RGBA(0, 0, 0, 0)
        Icon: =Icon.Bookmark
        OnSelect: |-
            =If(IsBlank(chatbox1.Text) = false, Set(varResponseTab1,varResponse) && Select(Eraser1));
            If(IsBlank(chatbox1.Text) = true, Set(varResponse,varResponseTab1) && Select(Eraser1));
        PressedBorderColor: =RGBA(0, 0, 0, 0)
        PressedColor: =RGBA(255, 255, 255, 1)
        PressedFill: =RGBA(0, 0, 0, 0)
        TabIndex: =6
        X: =48
        Y: =857
        ZIndex: =4

    tab2 As icon.Bookmark:
        BorderColor: =RGBA(0, 0, 0, 0)
        Color: =RGBA(255, 255, 255, 1)
        DisabledBorderColor: =RGBA(245, 245, 245, 1)
        DisabledColor: =RGBA(225, 223, 221, 1)
        DisabledFill: =RGBA(0, 0, 0, 0)
        Fill: =RGBA(224, 24, 24, 1)
        FocusedBorderThickness: =4
        HoverBorderColor: =RGBA(0, 0, 0, 0)
        HoverColor: =RGBA(251, 188, 159, 1)
        HoverFill: =RGBA(0, 0, 0, 0)
        Icon: =Icon.Bookmark
        PressedBorderColor: =RGBA(0, 0, 0, 0)
        PressedColor: =RGBA(255, 255, 255, 1)
        PressedFill: =RGBA(0, 0, 0, 0)
        TabIndex: =6
        X: =143
        Y: =857
        ZIndex: =5

    tab3 As icon.Bookmark:
        BorderColor: =RGBA(0, 0, 0, 0)
        Color: =RGBA(255, 255, 255, 1)
        DisabledBorderColor: =RGBA(245, 245, 245, 1)
        DisabledColor: =RGBA(225, 223, 221, 1)
        DisabledFill: =RGBA(0, 0, 0, 0)
        Fill: =RGBA(224, 24, 24, 1)
        FocusedBorderThickness: =4
        HoverBorderColor: =RGBA(0, 0, 0, 0)
        HoverColor: =RGBA(251, 188, 159, 1)
        HoverFill: =RGBA(0, 0, 0, 0)
        Icon: =Icon.Bookmark
        PressedBorderColor: =RGBA(0, 0, 0, 0)
        PressedColor: =RGBA(255, 255, 255, 1)
        PressedFill: =RGBA(0, 0, 0, 0)
        TabIndex: =7
        X: =247
        Y: =857
        ZIndex: =6

    SendMail1 As icon.Mail:
        BorderColor: =RGBA(0, 0, 0, 0)
        Color: =RGBA(255, 255, 255, 1)
        DisabledBorderColor: =RGBA(245, 245, 245, 1)
        DisabledColor: =RGBA(204, 204, 204, 1)
        DisabledFill: =RGBA(0, 0, 0, 0)
        Fill: =RGBA(224, 24, 24, 1)
        FocusedBorderThickness: =0
        Height: =80
        HoverBorderColor: =RGBA(0, 0, 0, 0)
        HoverColor: =RGBA(251, 188, 159, 1)
        HoverFill: =RGBA(0, 0, 0, 0)
        Icon: =Icon.Mail
        OnSelect: ='PowerAppV2->Sendanemailnotification(V3)'.Run();
        PressedBorderColor: =RGBA(0, 0, 0, 0)
        PressedColor: =RGBA(180, 24, 24, 1)
        PressedFill: =RGBA(0, 0, 0, 0)
        Width: =77
        X: =414
        Y: =857
        ZIndex: =7

    completionmode As toggleSwitch:
        BorderColor: =RGBA(0, 0, 0, 0)
        BorderStyle: =BorderStyle.None
        Color: =RGBA(50, 49, 48, 1)
        DisabledBorderColor: =RGBA(251, 188, 159, 1)
        FalseFill: =RGBA(255, 255, 255, 1)
        FalseHoverFill: =RGBA(251, 188, 159, 1)
        FocusedBorderThickness: =4
        Font: =Font.'Segoe UI'
        HandleFill: =RGBA(128, 128, 128, 1)
        Height: =49
        HoverBorderColor: =RGBA(251, 188, 159, 1)
        PressedBorderColor: =RGBA(251, 188, 159, 1)
        ShowLabel: =false
        Size: =21
        TabIndex: =1
        TrueFill: =RGBA(251, 188, 159, 1)
        TrueHoverFill: =RGBA(251, 188, 159, 1)
        Width: =103
        X: =40
        Y: =948
        ZIndex: =8

    Label7 As label:
        BorderColor: =RGBA(0, 0, 0, 0)
        BorderStyle: =BorderStyle.None
        BorderThickness: =2
        Color: =RGBA(255, 255, 255, 1)
        DisabledBorderColor: =RGBA(0, 0, 0, 0)
        DisabledColor: =RGBA(161, 159, 157, 1)
        FocusedBorderThickness: =4
        Font: =Font.'Segoe UI'
        Height: =49
        Size: =28
        Text: ="Creativity Mode"
        Width: =310
        X: =155
        Y: =948
        ZIndex: =9

    Dropdown1 As dropdown:
        BorderColor: =RGBA(245, 245, 245, 1)
        BorderThickness: =0
        ChevronBackground: =RGBA(224, 24, 24, 1)
        ChevronDisabledBackground: =RGBA(242, 242, 241, 0)
        ChevronDisabledFill: =RGBA(161, 159, 157, 1)
        ChevronHoverBackground: =RGBA(0, 0, 0, 0)
        ChevronHoverFill: =RGBA(251, 188, 159, 1)
        Color: =RGBA(255, 255, 255, 1)
        DisabledBorderColor: =RGBA(0, 0, 0, 0)
        DisabledColor: =RGBA(161, 159, 157, 1)
        DisabledFill: =RGBA(242, 242, 241, 0)
        Fill: =RGBA(224, 24, 24, 1)
        Font: =Font.'Segoe UI'
        Height: =61
        HoverBorderColor: =RGBA(0, 0, 0, 0)
        HoverColor: =RGBA(251, 188, 159, 1)
        HoverFill: =RGBA(0, 0, 0, 0)
        Items: |-
            =Table({Text:"",Val:Blank()},{Text: "Impressum", Val:1},{Text: "Issue", Val:2})
        PaddingBottom: =5
        PaddingLeft: =12
        PaddingRight: =5
        PaddingTop: =5
        PressedBorderColor: =RGBA(0, 0, 0, 0)
        PressedColor: =RGBA(0, 0, 0, 0)
        PressedFill: =RGBA(0, 0, 0, 0)
        SelectionFill: =RGBA(224, 24, 24, 1)
        Size: =21
        TabIndex: =4
        Width: =280
        X: =170
        Y: =8
        ZIndex: =10

    rbblogo As image:
        BorderColor: =RGBA(0, 0, 0, 0)
        BorderStyle: =BorderStyle.None
        BorderThickness: =2
        DisabledBorderColor: =RGBA(0, 0, 0, 0)
        DisabledFill: =RGBA(0, 0, 0, 0)
        FocusedBorderThickness: =4
        Height: =61
        HoverBorderColor: =RGBA(0, 0, 0, 0)
        HoverFill: =RGBA(0, 0, 0, 0)
        Image: ='rbb-logo'
        PressedBorderColor: =RGBA(0, 0, 0, 0)
        PressedFill: =RGBA(0, 0, 0, 0)
        Width: =142
        X: =249
        Y: =8
        ZIndex: =11

    Circle2_1 As circle:
        BorderColor: =RGBA(245, 245, 245, 1)
        BorderStyle: =BorderStyle.None
        BorderThickness: =2
        DisabledFill: =RGBA(0, 0, 0, 0)
        Fill: =RGBA(224, 24, 24, 1)
        Height: =50
        HoverFill: =RGBA(0, 0, 0, 0)
        PressedFill: =RGBA(0, 0, 0, 0)
        Width: =50
        X: =575
        Y: =51
        ZIndex: =12

    Circle2_2 As circle:
        BorderColor: =RGBA(245, 245, 245, 1)
        BorderStyle: =BorderStyle.None
        BorderThickness: =2
        DisabledFill: =RGBA(0, 0, 0, 0)
        Fill: =RGBA(224, 24, 24, 1)
        Height: =50
        HoverFill: =RGBA(0, 0, 0, 0)
        PressedFill: =RGBA(0, 0, 0, 0)
        Width: =50
        X: =15
        Y: =51
        ZIndex: =13

    Circle2_3 As circle:
        BorderColor: =RGBA(245, 245, 245, 1)
        BorderStyle: =BorderStyle.None
        BorderThickness: =2
        DisabledFill: =RGBA(0, 0, 0, 0)
        Fill: =RGBA(224, 24, 24, 1)
        Height: =50
        HoverFill: =RGBA(0, 0, 0, 0)
        PressedFill: =RGBA(0, 0, 0, 0)
        Width: =50
        X: =575
        Y: =832
        ZIndex: =14

    Eraser1 As icon.Erase:
        BorderColor: =RGBA(0, 0, 0, 0)
        Color: =RGBA(255, 255, 255, 1)
        DisabledBorderColor: =RGBA(245, 245, 245, 1)
        DisabledColor: =RGBA(204, 204, 204, 1)
        DisabledFill: =RGBA(0, 0, 0, 0)
        Fill: =RGBA(224, 24, 24, 1)
        FocusedBorderThickness: =0
        HoverBorderColor: =RGBA(0, 0, 0, 0)
        HoverColor: =RGBA(251, 188, 159, 1)
        HoverFill: =RGBA(0, 0, 0, 0)
        Icon: =Icon.Erase
        OnSelect: =Set(varResponse, Blank());
        PressedBorderColor: =RGBA(0, 0, 0, 0)
        PressedColor: =RGBA(16, 110, 190, 1)
        PressedFill: =RGBA(0, 0, 0, 0)
        TabIndex: =3
        X: =536
        Y: =865
        ZIndex: =15