Keetawan commited on
Commit
f0de542
1 Parent(s): 9cfbb4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,6 +120,6 @@ with gr.Blocks() as demo:
120
  <span>Currently, we have data for the following stocks: KBANK, SCB, TTB, AIS, TRUE, SANSIRI, ORIGIN.</span>
121
  </div>
122
  """
123
- gr.HTML(stock_detail).render()
124
 
125
  demo.queue(max_size=99).launch(debug=False, show_error=True)
 
120
  <span>Currently, we have data for the following stocks: KBANK, SCB, TTB, AIS, TRUE, SANSIRI, ORIGIN.</span>
121
  </div>
122
  """
123
+ gr.HTML(stock_detail)
124
 
125
  demo.queue(max_size=99).launch(debug=False, show_error=True)