Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|
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 |
]
|