Uh oh!
There was an error while loading. Please reload this page.
Replies: 1 comment 2 replies
Development notesI use fastapi backend. navbar.py fromreactpyimportcomponent, htmlfromreactpy.backend.fastapiimportconfigure, Optionsfromreactpy_routerimportroute, simplefromfastapiimportFastAPIHEADER_TITLE='ReactPy-Navbar'
...
app=FastAPI()
configure(app, root, options=Options(head=html.head(html.title(HEADER_TITLE))))and normally just use the following requirements.txt content. and run the app with That requirements.txt has an issue though, it cannot see The solution is to use in the requirements.txt I am on windows 10 OS, |
2 replies
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A navbar demo, the source code is in my github repository.
Big screen
Small screen.
All reactions