m7mdal7aj commited on
Commit
8d3df8c
1 Parent(s): eaa0bad

Update my_model/state_manager.py

Browse files
Files changed (1) hide show
  1. my_model/state_manager.py +2 -2
my_model/state_manager.py CHANGED
@@ -413,9 +413,9 @@ class StateManager:
413
  elif message_type == "write":
414
  st.write(message)
415
  else: st.error("Message type unknown")
416
- @property
417
-
418
 
 
 
419
  def display_model_settings(self):
420
  """
421
  Displays a table of current model settings in the third column.
 
413
  elif message_type == "write":
414
  st.write(message)
415
  else: st.error("Message type unknown")
 
 
416
 
417
+
418
+ @property
419
  def display_model_settings(self):
420
  """
421
  Displays a table of current model settings in the third column.