awacke1 commited on
Commit
db79f56
1 Parent(s): 97416f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
2
  import os
3
  import json
4
  from PIL import Image
 
5
 
6
  # Set page configuration with a title and favicon
7
  st.set_page_config(
 
2
  import os
3
  import json
4
  from PIL import Image
5
+ from urllib.parse import quote # Ensure this import is included
6
 
7
  # Set page configuration with a title and favicon
8
  st.set_page_config(