diff options
author | Alexander_Kabui | 2024-09-02 15:09:56 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-02 15:09:56 +0300 |
commit | 884f57de47dfb7e80fd8ff25760ce5353267964e (patch) | |
tree | e557ee0dad408f9507a9ccafce8ee291a188914e /gn3/api | |
parent | 748ebc5baff3412df163e17ee18a8fc688329b1d (diff) | |
download | genenetwork3-884f57de47dfb7e80fd8ff25760ce5353267964e.tar.gz |
Fix spacing after punctuation.
Diffstat (limited to 'gn3/api')
-rw-r--r-- | gn3/api/llm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/api/llm.py b/gn3/api/llm.py index a617faf..8d17bc2 100644 --- a/gn3/api/llm.py +++ b/gn3/api/llm.py @@ -81,7 +81,7 @@ def rate_queries(task_id): weight=excluded.weight """, (str(user_id), query, answer, weight, task_id)) return { - "message": "You have successfully rated this query.Thank you!" + "message": "You have successfully rated this query. Thank you!" }, 200 |