sunnynazir commited on
Commit
0cbd79a
·
verified ·
1 Parent(s): a3929ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def main():
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.")
 
137
 
138
  # Step 1: Display Custom Image
139
  # Use the image URL from Imgur
140
+ image_url = "https://imgur.com/CBm5exE.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.")