Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from pathlib import Path
|
|
6 |
import matplotlib
|
7 |
import numpy as np
|
8 |
import gradio as gr
|
|
|
9 |
|
10 |
############################################################# 2D Line Plot ########################################################
|
11 |
### dvq stuff, obvs this will just be an import in the final version
|
|
|
6 |
import matplotlib
|
7 |
import numpy as np
|
8 |
import gradio as gr
|
9 |
+
from shiny.express import input, output, render, ui
|
10 |
|
11 |
############################################################# 2D Line Plot ########################################################
|
12 |
### dvq stuff, obvs this will just be an import in the final version
|