an0nymous commited on
Commit
7d39cca
·
verified ·
1 Parent(s): ab55618

Update app.py

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