We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2c733 commit 65c41f0Copy full SHA for 65c41f0
pcweb/pages/landing/views/hero.py
@@ -7,7 +7,6 @@ class SubmitPromptState(rx.State):
7
8
@rx.event
9
def redirect_to_ai_builder(self, form_data: dict):
10
- print(form_data)
11
if prompt := form_data.get("prompt"):
12
return rx.redirect(f"{REFLEX_BUILD_URL.strip('/')}/?prompt={prompt}")
13
0 commit comments