Replies: 1 comment 1 reply
-
Hey! Are you doing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day community,
Hope you are well!
I have recently started with python web app development and came across reflex - what a cool product! I am trying to use the customer data app as an example and cloned the code from Github (https://github.com/reflex-dev/reflex-examples/tree/main/customer_data_app)
I opened the folder in VS Code and tried to run the python file in the terminal. At first, it gave errors regarding referencing modules in other directories. I thought I would cross that bridge by placing all the required modules in the same file so no referencing is needed and that seemed to work since there are no errors / problems in the code. Here is the python code (just in txt file version) for reference: customer_data_app_v2.txt
My problem is when I execute the code in the terminal, no output is created... it just shows that the code executed but that is it. Any idea how I can "activate" the output? I hope to end up with something like "your session is active at this URL: ..." which I can launch?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions