m7mdal7aj commited on
Commit
36aa4ff
·
verified ·
1 Parent(s): 484de35

Update my_model/utilities/gen_utilities.py

Browse files
my_model/utilities/gen_utilities.py CHANGED
@@ -35,6 +35,7 @@ def log_function_call(func):
35
  Returns:
36
  function: The wrapped function with logging.
37
  """
 
38
  @functools.wraps(func)
39
  def wrapper(*args, **kwargs):
40
  log_event(f'Function {func.__name__} called with args: {args} and kwargs: {kwargs}')
 
35
  Returns:
36
  function: The wrapped function with logging.
37
  """
38
+ st.write("$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$")
39
  @functools.wraps(func)
40
  def wrapper(*args, **kwargs):
41
  log_event(f'Function {func.__name__} called with args: {args} and kwargs: {kwargs}')