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

Commit dae4a1f

Browse files
committed
add default value
1 parent b9b252b commit dae4a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex_ui/blocks/plain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import reflex as rx
1111
from reflex.components.tags.tag import Tag
1212

13-
PLAIN_APP_ID = os.getenv("PLAIN_APP_ID", "")
13+
PLAIN_APP_ID = os.getenv("PLAIN_APP_ID", "liveChatApp_01KGG4JD5JHG8JY8X5CCN7811V")
1414

1515

1616
class PlainChat(rx.Component):

0 commit comments

Comments
 (0)