Pringled commited on
Commit
ff4eb41
·
1 Parent(s): 8f283dc

Updated button

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
  from datasets import load_dataset
3
  import numpy as np
@@ -282,7 +284,7 @@ with gr.Blocks() as demo:
282
  label="Similarity Threshold"
283
  )
284
 
285
- compute_button = gr.Button("Compute")
286
 
287
  status_output = gr.Markdown()
288
  result_output = gr.Markdown()
 
1
+ # Try last 2 approaches, app was not rebuilding properly
2
+
3
  import gradio as gr
4
  from datasets import load_dataset
5
  import numpy as np
 
284
  label="Similarity Threshold"
285
  )
286
 
287
+ compute_button = gr.Button("Run")
288
 
289
  status_output = gr.Markdown()
290
  result_output = gr.Markdown()