File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
pcweb/components/docpage/navbar Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11"""UI and logic inkeep chat component."""
22
3- from typing import List , Any
4-
53import reflex as rx
6- from reflex .event import EventHandler
74from reflex .utils .imports import ImportVar
85from reflex .vars import Var
96
@@ -74,7 +71,7 @@ def add_hooks(self):
7471 buttons: {
7572 submit: {
7673 onSubmit: async ({ values, conversation }) => {
77- const webhookUrl = 'https://discord.com/api/webhooks/1313281051765903372/5w4g9xxKa5naY5I6I9esNxeT5rI66t75MniNNPFM7bBoagQuDZamgqQdoHIFqYh6x_7J '
74+ const webhookUrl = 'https://discord.com/api/webhooks/1338969279760044112/W9BeoqhcHGvi3uIRPoGgYwybFfxeH1g0yWANxBS-tQ8XbSN32SzCV6IVjkHLfjlc_hJn '
7875 if (!webhookUrl) {
7976 console.error('Discord webhook URL is not set in the environment.')
8077 return
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plotly-express==0.4.1
66googletrans-py == 4.0.0
77typesense == 0.14.0
88openai == 1.13.3
9- pyyaml = =6.0.1
9+ pyyaml > =6.0.1
1010flexdown >= 0.1.5a12 ,< 0.2
1111reflex @ git+https://github.com/reflex-dev/reflex@main
1212mistletoe >= 1.2.1
You can’t perform that action at this time.
0 commit comments