Raaniel commited on
Commit
8c37df0
·
1 Parent(s): 414ab54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -98,7 +98,6 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue",
98
  gr.HTML(intro)
99
  gr.HTML(desc)
100
  method = gr.Radio(["PCA", "Unrotated FA", "Varimax FA"], label = "Choose method to show on the plot:", value = "PCA")
101
- btn = gr.Button()
102
  with gr.Box():
103
  with gr.Column():
104
  components = gr.Dataframe(headers= feature_names,label = "Loadings")
 
98
  gr.HTML(intro)
99
  gr.HTML(desc)
100
  method = gr.Radio(["PCA", "Unrotated FA", "Varimax FA"], label = "Choose method to show on the plot:", value = "PCA")
 
101
  with gr.Box():
102
  with gr.Column():
103
  components = gr.Dataframe(headers= feature_names,label = "Loadings")