awacke1 commited on
Commit
79aa83b
·
1 Parent(s): 8829570

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def plot_data():
19
 
20
  # Define the inputs for the Gradio interface
21
  inputs = [
22
- gr.inputs.Slider(label="Record Count", min=0, max=100, default=50),
23
  gr.inputs.Textbox(label="Topic"),
24
  gr.inputs.Textbox(label="Intervention")
25
  ]
 
19
 
20
  # Define the inputs for the Gradio interface
21
  inputs = [
22
+ gr.inputs.Slider(label="Record Count", minimum=0, maximum=100, default=50),
23
  gr.inputs.Textbox(label="Topic"),
24
  gr.inputs.Textbox(label="Intervention")
25
  ]