Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,8 +136,8 @@ def main():
|
|
| 136 |
st.title("Microcontroller Code Generator", anchor="title")
|
| 137 |
|
| 138 |
# Step 1: Display Custom Image
|
| 139 |
-
# Use the image URL from
|
| 140 |
-
image_url = "https://
|
| 141 |
st.image(image_url, caption="Custom Image", use_container_width=True)
|
| 142 |
|
| 143 |
st.write("Select a microcontroller and provide your code requirements to generate code.")
|
|
|
|
| 136 |
st.title("Microcontroller Code Generator", anchor="title")
|
| 137 |
|
| 138 |
# Step 1: Display Custom Image
|
| 139 |
+
# Use the image URL from Imgur
|
| 140 |
+
image_url = "https://i.imgur.com/fq3S6xr.png"
|
| 141 |
st.image(image_url, caption="Custom Image", use_container_width=True)
|
| 142 |
|
| 143 |
st.write("Select a microcontroller and provide your code requirements to generate code.")
|