Commit
•
4ea87dd
1
Parent(s):
43e8ee5
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,6 @@ def donut_chart2() -> alt.Chart:
|
|
102 |
return chart
|
103 |
|
104 |
|
105 |
-
|
106 |
def donut_chart() -> alt.Chart:
|
107 |
# Load your data
|
108 |
source_dataset, results = obtain_source_target_datasets()
|
@@ -212,7 +211,7 @@ def main() -> None:
|
|
212 |
)
|
213 |
plot = gr.Plot(label="Plot")
|
214 |
demo.load(
|
215 |
-
|
216 |
inputs=[],
|
217 |
outputs=[plot],
|
218 |
)
|
|
|
102 |
return chart
|
103 |
|
104 |
|
|
|
105 |
def donut_chart() -> alt.Chart:
|
106 |
# Load your data
|
107 |
source_dataset, results = obtain_source_target_datasets()
|
|
|
211 |
)
|
212 |
plot = gr.Plot(label="Plot")
|
213 |
demo.load(
|
214 |
+
donut_chart,
|
215 |
inputs=[],
|
216 |
outputs=[plot],
|
217 |
)
|