Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
|
3 |
def display_tree():
|
4 |
# This function should create and return a Plotly figure of the tree
|
|
|
1 |
import gradio as gr
|
2 |
+
import plotly.graph_objects as go
|
3 |
|
4 |
def display_tree():
|
5 |
# This function should create and return a Plotly figure of the tree
|