Spaces:
Sleeping
Sleeping
Update src/app.py
Browse files- src/app.py +3 -3
src/app.py
CHANGED
|
@@ -1226,9 +1226,9 @@ with tab3:
|
|
| 1226 |
medianprops=dict(color="black", linewidth=1.5),
|
| 1227 |
whiskerprops=dict(linewidth=1.2),
|
| 1228 |
capprops=dict(linewidth=1.2))
|
| 1229 |
-
ax_box.set_ylabel("
|
| 1230 |
-
ax_box.set_title("Distribution of Total Edited per Reaction")
|
| 1231 |
-
ax_box.set_xticklabels(["
|
| 1232 |
|
| 1233 |
# Apply axis styling
|
| 1234 |
for attr in [ax_box.xaxis.label, ax_box.yaxis.label, ax_box.title]:
|
|
|
|
| 1226 |
medianprops=dict(color="black", linewidth=1.5),
|
| 1227 |
whiskerprops=dict(linewidth=1.2),
|
| 1228 |
capprops=dict(linewidth=1.2))
|
| 1229 |
+
ax_box.set_ylabel("Alphabets per reaction")
|
| 1230 |
+
ax_box.set_title("Boxplot: Distribution of Total Edited per Reaction")
|
| 1231 |
+
ax_box.set_xticklabels(["Input"])
|
| 1232 |
|
| 1233 |
# Apply axis styling
|
| 1234 |
for attr in [ax_box.xaxis.label, ax_box.yaxis.label, ax_box.title]:
|