Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ inputs = [
|
|
| 46 |
]
|
| 47 |
|
| 48 |
# Define the output component
|
| 49 |
-
output = gr.
|
| 50 |
|
| 51 |
# Create the interface
|
| 52 |
iface = gr.Interface(fn=plot_usage_volume, inputs=inputs, outputs=output, title="System Rollout Usage Volume Plot")
|
|
|
|
| 46 |
]
|
| 47 |
|
| 48 |
# Define the output component
|
| 49 |
+
output = gr.Plot(label="Usage Volume Plot")
|
| 50 |
|
| 51 |
# Create the interface
|
| 52 |
iface = gr.Interface(fn=plot_usage_volume, inputs=inputs, outputs=output, title="System Rollout Usage Volume Plot")
|