Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks() as demo:
|
|
208 |
plot_button.click(fn=plot_scatter_tab4, inputs=[category, subcategory, x, y, col], outputs=gr.Plot())
|
209 |
with gr.TabItem("3D Visualisation"):
|
210 |
gr.Interface(
|
211 |
-
|
212 |
[
|
213 |
gr.Radio(["Copyright", "Malware", "Unfair/dangerous", "All"], value="All", label="Category Selection"),
|
214 |
gr.Radio(['H', 'A', 'W', 'R'], value="H", label="X-axis Label"),
|
|
|
208 |
plot_button.click(fn=plot_scatter_tab4, inputs=[category, subcategory, x, y, col], outputs=gr.Plot())
|
209 |
with gr.TabItem("3D Visualisation"):
|
210 |
gr.Interface(
|
211 |
+
plot_scatter_tab5,
|
212 |
[
|
213 |
gr.Radio(["Copyright", "Malware", "Unfair/dangerous", "All"], value="All", label="Category Selection"),
|
214 |
gr.Radio(['H', 'A', 'W', 'R'], value="H", label="X-axis Label"),
|