Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|