Spaces:
Sleeping
Sleeping
Maxwell Lyu
commited on
Commit
·
c0a426c
1
Parent(s):
ed63bf5
remove unused packages
Browse files
app.py
CHANGED
@@ -1,15 +1,9 @@
|
|
1 |
-
import json
|
2 |
-
from dataclasses import dataclass, field, fields
|
3 |
-
from functools import cached_property
|
4 |
-
from pathlib import Path
|
5 |
from typing import Literal
|
6 |
from functools import partial
|
7 |
from content import *
|
8 |
-
|
9 |
import gradio as gr
|
10 |
import numpy as np
|
11 |
import pandas as pd
|
12 |
-
import plotly.graph_objects as go
|
13 |
import pandas as pd
|
14 |
|
15 |
# This dataframe must contain the following columns:
|
|
|
|
|
|
|
|
|
|
|
1 |
from typing import Literal
|
2 |
from functools import partial
|
3 |
from content import *
|
|
|
4 |
import gradio as gr
|
5 |
import numpy as np
|
6 |
import pandas as pd
|
|
|
7 |
import pandas as pd
|
8 |
|
9 |
# This dataframe must contain the following columns:
|