Spaces:
Runtime error
Runtime error
Commit
·
aa2bef6
1
Parent(s):
83d92d0
link
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ def log_blurb_and_vote(prompt, blurb, vote, user_info: gr.OAuthProfile | None, *
|
|
| 166 |
return f"Logged: {vote} by user {user_id}", gr.Row.update(visible=False)
|
| 167 |
|
| 168 |
|
| 169 |
-
short_description = """Vote on book blurbs generated by large language models. Would you read the book the LLM generated? <br> Every five minutes, the dataset of votes created in this will be uploaded to the <a href="https://huggingface.co/davanstrien/summer-reading-preference">davanstrien/summer-reading-preference</a> dataset.
|
| 170 |
"""
|
| 171 |
|
| 172 |
full_description = """
|
|
|
|
| 166 |
return f"Logged: {vote} by user {user_id}", gr.Row.update(visible=False)
|
| 167 |
|
| 168 |
|
| 169 |
+
short_description = """Vote on book blurbs generated by large language models. Would you read the book the LLM generated? <br> Every five minutes, the dataset of votes created in this will be uploaded to the <a href="https://huggingface.co/datasets/davanstrien/summer-reading-preference">davanstrien/summer-reading-preference</a> dataset.
|
| 170 |
"""
|
| 171 |
|
| 172 |
full_description = """
|