webpage remains blank #13
Replies: 2 comments
-
If you install a local package Another aspect you might run into is that the webpage is opened before the Flask app is actually ready to serve the request. In which case a reload (Ctrl/Command + R) should suffice. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In main.py go to server_static funcion and just add ,mimetype="application/Javascript" as a parameter on send_from_directory call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What I expected was to be able to see the ui as indicated by the instructions. Following the instruction, I first pip install gpt-code-ui and then typing gptcode in the terminal with the 127.0.0.1:8080 automatically starting and the webpage opened. However, the webpage remains blank for a long time.
Beta Was this translation helpful? Give feedback.
All reactions