cyberandy commited on
Commit
e0fc021
·
verified ·
1 Parent(s): b04a418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 to match WordLift style
152
- css = """
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
  }