cyberosa
commited on
Commit
·
30394cf
1
Parent(s):
1c548c3
removing one graph
Browse files
app.py
CHANGED
@@ -124,19 +124,19 @@ with demo:
|
|
124 |
with gr.Row():
|
125 |
kde_plot = get_distribution_plot(markets_data)
|
126 |
|
127 |
-
# with gr.Row():
|
128 |
-
# gr.Markdown("# Relationship with number of trades")
|
129 |
-
|
130 |
-
# with gr.Row():
|
131 |
-
# kde_trades_plot = get_kde_with_trades(markets_data)
|
132 |
-
|
133 |
with gr.Row():
|
134 |
-
gr.Markdown(
|
135 |
-
"# Relationship with mean trade size of the market (bet amount in USD)"
|
136 |
-
)
|
137 |
|
138 |
with gr.Row():
|
139 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
|
141 |
with gr.Row():
|
142 |
gr.Markdown(
|
|
|
124 |
with gr.Row():
|
125 |
kde_plot = get_distribution_plot(markets_data)
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
with gr.Row():
|
128 |
+
gr.Markdown("# Relationship with number of trades")
|
|
|
|
|
129 |
|
130 |
with gr.Row():
|
131 |
+
kde_trades_plot = get_kde_with_trades(markets_data)
|
132 |
+
|
133 |
+
# with gr.Row():
|
134 |
+
# gr.Markdown(
|
135 |
+
# "# Relationship with mean trade size of the market (bet amount in USD)"
|
136 |
+
# )
|
137 |
+
|
138 |
+
# with gr.Row():
|
139 |
+
# reg_plot = get_regplot_with_mean_trade_size(markets_data)
|
140 |
|
141 |
with gr.Row():
|
142 |
gr.Markdown(
|