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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ inputs = [
26
 
27
  # Define the outputs for the Gradio interface
28
  outputs = [
29
- gr.outputs.Plotly(plot_data),
30
  gr.outputs.Textbox(label="Data written to records.csv")
31
  ]
32
 
 
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