os1187 commited on
Commit
da98124
·
1 Parent(s): 875d1be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def plot_usage_volume(system1, users1, timeline1, system2, users2, timeline2, sy
25
  fig = px.line(data, x="Month", y="Usage", color="System", title="System Rollout Usage Volume Plot")
26
 
27
  # Return the plot as a Gradio output
28
- return gr.outputs.PlotlyOutput(fig)
29
 
30
  # Define the input components
31
  inputs = [
 
25
  fig = px.line(data, x="Month", y="Usage", color="System", title="System Rollout Usage Volume Plot")
26
 
27
  # Return the plot as a Gradio output
28
+ return gr.outputs.plotly_figure(fig)
29
 
30
  # Define the input components
31
  inputs = [