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