Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ for metric in data.metrics_names:
|
|
77 |
# plot figure
|
78 |
fig, axes = plt.subplots(nrows = len(data.metrics_names), sharex = True)
|
79 |
for i in range(len(data.metrics_names)):
|
80 |
-
plot_df_byvar[data.metrics_names[i]].
|
81 |
legend = False,
|
82 |
ax = axes[i])
|
83 |
if data.metrics_names[i] != 'R2':
|
@@ -100,5 +100,5 @@ axes[0].legend(columnspacing = .9,
|
|
100 |
loc = 'upper right')
|
101 |
fig.set_size_inches(7,8)
|
102 |
fig.tight_layout()
|
103 |
-
|
104 |
-
st.markdown('Streamlit
|
|
|
77 |
# plot figure
|
78 |
fig, axes = plt.subplots(nrows = len(data.metrics_names), sharex = True)
|
79 |
for i in range(len(data.metrics_names)):
|
80 |
+
plot_df_byvar[data.metrics_names[i]].st.bar_chart(
|
81 |
legend = False,
|
82 |
ax = axes[i])
|
83 |
if data.metrics_names[i] != 'R2':
|
|
|
100 |
loc = 'upper right')
|
101 |
fig.set_size_inches(7,8)
|
102 |
fig.tight_layout()
|
103 |
+
|
104 |
+
st.markdown('Streamlit p')
|