wenjun99 commited on
Commit
6aedc3c
·
verified ·
1 Parent(s): 0096c5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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