Hello guys!
I’m learning the bubble.
I create my first app with OpenAI API.
Now I know from this lesson how to show result from chatgpt on current page with STATES:
My question: how to show result that API gpt give me on new page? How can I connect this 2 pages?
For example:
- I collect input text from page#1 and ask GPT.
- I show the result from chatgpt on page#2.
I need collect data from 1 page and give result from GPT on another page. How to do it? Please help :))

