Hack90 commited on
Commit
90b7bec
·
verified ·
1 Parent(s): 89fcdee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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