sunnynazir commited on
Commit
a3929ff
·
verified ·
1 Parent(s): 010edd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Hugging Face Files Section
140
- image_url = "https://huggingface.co/spaces/sunnynazir/Embed_Code_Generator_Modified/resolve/main/1.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.")
 
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.")