luisotorres commited on
Commit
3f66623
Β·
1 Parent(s): 8ddcc62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ iface = gr.Interface(
126
  gr.inputs.Number(label="Enter the Year of Reference")
127
  ],
128
  outputs=[
129
- gr.outputs.Plotly(label="Candlestick Chart")(label="Candlestick Chart"),
130
  gr.outputs.Textbox(label="Supply and Demand Levels")
131
  ]
132
  )
 
126
  gr.inputs.Number(label="Enter the Year of Reference")
127
  ],
128
  outputs=[
129
+ gr.outputs.Plotly(label="Candlestick Chart"),
130
  gr.outputs.Textbox(label="Supply and Demand Levels")
131
  ]
132
  )