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