Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|