rosacastillo
commited on
Commit
·
270b24f
1
Parent(s):
7594d9d
bug fixed
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ with demo:
|
|
303 |
with gr.Row():
|
304 |
gr.Markdown("# Daily distribution of invalid trades")
|
305 |
with gr.Row():
|
306 |
-
|
307 |
|
308 |
# with gr.Row():
|
309 |
# gr.Markdown("# Ratio of invalid trades per market")
|
|
|
303 |
with gr.Row():
|
304 |
gr.Markdown("# Daily distribution of invalid trades")
|
305 |
with gr.Row():
|
306 |
+
plot_daily_dist_invalid_trades(invalid_trades)
|
307 |
|
308 |
# with gr.Row():
|
309 |
# gr.Markdown("# Ratio of invalid trades per market")
|