Update app.py
Browse files
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.
|
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 = [
|