Wajahat698 commited on
Commit
e978e51
·
verified ·
1 Parent(s): 60c587a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -445,7 +445,7 @@ def load_user_content(user_id):
445
  st.session_state["BrandTonality"] = user_data.get("BrandTonality", {})
446
 
447
  except Exception as e:
448
-
449
 
450
  def save_content(user_id, content, content_type):
451
  """
 
445
  st.session_state["BrandTonality"] = user_data.get("BrandTonality", {})
446
 
447
  except Exception as e:
448
+ st.info("not loaded ")
449
 
450
  def save_content(user_id, content, content_type):
451
  """