luisotorres commited on
Commit
7e33624
Β·
1 Parent(s): 64bfd3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ iface = gr.Interface(
120
  gr.Number(label="Enter the Year of Reference")
121
  ],
122
  outputs=[
123
- gr.Plotly(label="Candlestick Chart"),
124
  gr.Textbox(label="Supply and Demand Levels")
125
  ]
126
  )
 
120
  gr.Number(label="Enter the Year of Reference")
121
  ],
122
  outputs=[
123
+ gr.Plot(label="Candlestick Chart"),
124
  gr.Textbox(label="Supply and Demand Levels")
125
  ]
126
  )