Skip to content

Commit 5dc4598

Browse files
authored
chore(bixarena): add link to Google form to submit feedback and bugs, set max battle rounds to 5 (Sage-Bionetworks#3692)
1 parent 638f53d commit 5dc4598

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/bixarena/app/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ LOG_LEVEL=INFO
77
OPENROUTER_API_KEY=changeme
88
ENABLE_CRISP=false
99
# Request limits
10-
BATTLE_ROUND_LIMIT=20
10+
BATTLE_ROUND_LIMIT=5
1111
MAX_RESPONSE_TOKENS=1024
1212
PROMPT_LEN_LIMIT=5000
1313
# Footer configuration
1414
APP_BRAND_URL=https://sagebionetworks.org
1515
APP_CONTACT_URL=https://sagebionetworks.org/contact
16-
APP_ISSUE_URL=
16+
APP_ISSUE_URL="https://forms.gle/WsvSdEfv5MfFpeedA"
1717
APP_TOS_URL=
1818
APP_VERSION=1.0.0

apps/bixarena/app/bixarena_app/page/bixarena_footer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def build_footer():
5454
.footer-center {{
5555
display: flex;
5656
align-items: center;
57-
gap: 24px;
57+
gap: 12px;
5858
font-size: 14px;
5959
flex: 1;
6060
justify-content: center;

0 commit comments

Comments
 (0)