Update app.py
Browse files
app.py
CHANGED
@@ -51,4 +51,4 @@ if uploaded_file is not None:
|
|
51 |
st.error(f"An error occurred while loading the OBJ file: {str(e)}")
|
52 |
|
53 |
else:
|
54 |
-
st.write("Please upload an OBJ file to visualize the jewelry model.")
|
|
|
51 |
st.error(f"An error occurred while loading the OBJ file: {str(e)}")
|
52 |
|
53 |
else:
|
54 |
+
st.write("Please upload an OBJ file to visualize the jewelry model.")
|