wenjun99 commited on
Commit
097c2ed
·
verified ·
1 Parent(s): 3d7441f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -488,7 +488,7 @@ with tab5:
488
 
489
  # === Robot Preparation Script from 31-bit Binary ===
490
  st.subheader("Robot Preparation Script from 31-bit Binary")
491
- robot_template_31 = pd.read_csv("/home/user/app/Robot.csv", skiprows=3)
492
  robot_template_31.columns = ['Labware', 'Source', 'Labware_2', 'Destination', 'Volume', 'Tool', 'Name']
493
 
494
  df_31_robot = df_31.copy()
 
488
 
489
  # === Robot Preparation Script from 31-bit Binary ===
490
  st.subheader("Robot Preparation Script from 31-bit Binary")
491
+ robot_template_31 = pd.read_csv("/home/user/app/Robot2.csv", skiprows=3)
492
  robot_template_31.columns = ['Labware', 'Source', 'Labware_2', 'Destination', 'Volume', 'Tool', 'Name']
493
 
494
  df_31_robot = df_31.copy()