os1187 commited on
Commit
1336c5a
·
1 Parent(s): cb8a684

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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