Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,6 +158,9 @@ with tab1:
|
|
| 158 |
# Recalculate donors and volume
|
| 159 |
df_sorted_ascend['# donors'] = df_sorted_ascend.iloc[:, 1:].sum(axis=1)
|
| 160 |
df_sorted_ascend['volume donors (µl)'] = 32 / df_sorted_ascend['# donors']
|
|
|
|
|
|
|
|
|
|
| 161 |
|
| 162 |
robot_script_ascend = []
|
| 163 |
# Use the same 32 source wells
|
|
|
|
| 158 |
# Recalculate donors and volume
|
| 159 |
df_sorted_ascend['# donors'] = df_sorted_ascend.iloc[:, 1:].sum(axis=1)
|
| 160 |
df_sorted_ascend['volume donors (µl)'] = 32 / df_sorted_ascend['# donors']
|
| 161 |
+
|
| 162 |
+
st.subheader("df_sorted_ascend")
|
| 163 |
+
st.write(df_sorted_ascend)
|
| 164 |
|
| 165 |
robot_script_ascend = []
|
| 166 |
# Use the same 32 source wells
|