Spaces:
Sleeping
Sleeping
Update my_model/state_manager.py
Browse files
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.
|