Update app.py
Browse files
app.py
CHANGED
@@ -148,8 +148,8 @@ def generate_product_description(image, description_type, custom_instruction=Non
|
|
148 |
return response_data["choices"][0]["message"]["content"]
|
149 |
|
150 |
|
151 |
-
# Custom CSS
|
152 |
-
|
153 |
body {
|
154 |
font-family: 'Inter', sans-serif;
|
155 |
}
|
|
|
148 |
return response_data["choices"][0]["message"]["content"]
|
149 |
|
150 |
|
151 |
+
# Custom CSS and JavaScript for managing user ID in local storage
|
152 |
+
custom_css = """
|
153 |
body {
|
154 |
font-family: 'Inter', sans-serif;
|
155 |
}
|