Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ def main():
|
|
| 136 |
|
| 137 |
# Step 1: Display Custom Image
|
| 138 |
# Use the image URL from Hugging Face Files Section
|
| 139 |
-
image_url = "https://imgur.com/
|
| 140 |
st.image(image_url, caption="Custom Image", use_container_width=True)
|
| 141 |
|
| 142 |
st.write("Select a microcontroller and provide your code requirements to generate code.")
|
|
|
|
| 136 |
|
| 137 |
# Step 1: Display Custom Image
|
| 138 |
# Use the image URL from Hugging Face Files Section
|
| 139 |
+
image_url = "https://imgur.com/CBm5exE.png"
|
| 140 |
st.image(image_url, caption="Custom Image", use_container_width=True)
|
| 141 |
|
| 142 |
st.write("Select a microcontroller and provide your code requirements to generate code.")
|