cyberosa
commited on
Commit
·
7437f99
1
Parent(s):
fc9603c
fixing error in app.py
Browse files
app.py
CHANGED
@@ -583,7 +583,7 @@ with demo:
|
|
583 |
)
|
584 |
with gr.Row():
|
585 |
weekly_avg_roi_plot = plot_weekly_average_roi(
|
586 |
-
|
587 |
pearl_agents=pearl_agents_df,
|
588 |
)
|
589 |
|
|
|
583 |
)
|
584 |
with gr.Row():
|
585 |
weekly_avg_roi_plot = plot_weekly_average_roi(
|
586 |
+
traders_data=traders_data,
|
587 |
pearl_agents=pearl_agents_df,
|
588 |
)
|
589 |
|