jaifar530 commited on
Commit
6e0fd53
·
unverified ·
1 Parent(s): 3e1f5f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with st.expander("How does the system work?"):
149
  """)
150
 
151
  # Fetch the image from the URL
152
- accuracy_image_request = requests.get("https://jaifar.net/best_accuracy.png", headers=headers))
153
 
154
  # Open the image
155
  accuracy_image = Image.open(accuracy_image_request.content)
 
149
  """)
150
 
151
  # Fetch the image from the URL
152
+ accuracy_image_request = requests.get("https://jaifar.net/best_accuracy.png", headers=headers)
153
 
154
  # Open the image
155
  accuracy_image = Image.open(accuracy_image_request.content)