Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit 6ab0098

Browse files
committed
update plain
1 parent 72e944f commit 6ab0098

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

reflex_ui/blocks/plain.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
See: https://plain.support.site/article/chat-customization
55
"""
66

7+
import os
78
from typing import Any
89

910
import reflex as rx
1011
from reflex.components.tags.tag import Tag
1112

12-
PLAIN_APP_ID = "liveChatApp_01KGG4JD5JHG8JY8X5CCN7811V"
13+
PLAIN_APP_ID = os.getenv("PLAIN_APP_ID")
1314

1415

1516
class PlainChat(rx.Component):

0 commit comments

Comments
 (0)