awacke1 commited on
Commit
7d83c69
·
1 Parent(s): ac3eac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ inputs = [
26
 
27
  # Define the outputs for the Gradio interface
28
  outputs = [
29
- gr.outputs.Plot(plot_data),
30
- gr.outputs.Textbox(label="Data written to records.csv")
31
  ]
32
 
33
  # Create the Gradio interface
 
26
 
27
  # Define the outputs for the Gradio interface
28
  outputs = [
29
+ gr.Plot(plot_data),
30
+ gr.Textbox(label="Data written to records.csv")
31
  ]
32
 
33
  # Create the Gradio interface