Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|
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)
|