Spaces:
Sleeping
Sleeping
victormiller
commited on
Create overview
Browse files
overview
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from fasthtml.common import *
|
2 |
+
from fasthtml.components import *
|
3 |
+
from fasthtml.components import D_title, D_article, D_front_matter, D_contents, D_byline
|
4 |
+
from plotly import graph_objects as go
|
5 |
+
from fh_plotly import plotly2fasthtml
|
6 |
+
import pandas as pd
|
7 |
+
import json
|
8 |
+
from rich import print
|
9 |
+
import curated
|
10 |
+
import web
|
11 |
+
import common
|
12 |
+
import results
|
13 |
+
|
14 |
+
|
15 |
+
def web_data():
|
16 |
+
return Div()
|
17 |
+
|