Spaces:
Sleeping
Sleeping
import plotly
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
|
|
3 |
import plotly.graph_objects as go
|
4 |
from plotly import tools
|
5 |
import scipy.signal as ssig
|
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
+
import plotly
|
4 |
import plotly.graph_objects as go
|
5 |
from plotly import tools
|
6 |
import scipy.signal as ssig
|