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