This commit is contained in:
Timothy J. Baek
2024-07-08 23:07:23 -07:00
parent aa896ba702
commit c9f5029a9d
8 changed files with 12 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ class ModelParams(BaseModel):
# ModelMeta is a model for the data stored in the meta field of the Model table
class ModelMeta(BaseModel):
profile_image_url: Optional[str] = "/favicon.png"
profile_image_url: Optional[str] = "/static/favicon.png"
description: Optional[str] = None
"""