Created
March 5, 2020 20:38
-
-
Save randyzwitch/89d1605430d74b239b2521a11587dc32 to your computer and use it in GitHub Desktop.
Revisions
-
randyzwitch created this gist
Mar 5, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ #https://github.com/omnisci/F1-demo/blob/726c56ba4e8c878abeef81b7cf680bd4d36a4bd2/f1dash/app.py#L36-L55 # helps load css at the footer, to avoid having default react css overwrite app.index_string = ''' <!DOCTYPE html> <html> <head> {%metas%} <title>{%title%}</title> {%favicon%} </head> <body> {%app_entry%} <footer> {%config%} {%scripts%} {%renderer%} {%css%} </footer> </body> </html> '''