wenjun99 commited on
Commit
84c642e
·
verified ·
1 Parent(s): d14939b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with tab1:
152
 
153
  # === Robot Preparation Script Generation ===
154
  st.subheader("Robot Preparation Script")
155
- robot_template = pd.read_csv("Robot.csv", skiprows=3)
156
  robot_template.columns = ['Labware', 'Source', 'Labware_2', 'Destination', 'Volume', 'Tool', 'Name']
157
 
158
  # Add Sample numbers for well referencing
 
152
 
153
  # === Robot Preparation Script Generation ===
154
  st.subheader("Robot Preparation Script")
155
+ robot_template = pd.read_csv("/home/user/app/Robot.csv", skiprows=3)
156
  robot_template.columns = ['Labware', 'Source', 'Labware_2', 'Destination', 'Volume', 'Tool', 'Name']
157
 
158
  # Add Sample numbers for well referencing