You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to launch the webui interface, the interface kept loading. If you also encounter this situation and are sure you started the project in the FuzzyAI directory, you just need to find webui.py and change the path in line 29 to "src/fuzzyai/resources/logo.png".
After researching, I concluded that the 'current working directory' when Streamlit runs is the folder where you execute the start command, and the path in the source code is obviously incorrect. ...
When I tried to launch the webui interface, the interface kept loading. If you also encounter this situation and are sure you started the project in the FuzzyAI directory, you just need to find webui.py and change the path in line 29 to "src/fuzzyai/resources/logo.png".
After researching, I concluded that the 'current working directory' when Streamlit runs is the folder where you execute the start command, and the path in the source code is obviously incorrect. ...