File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 88REPO_PATH = os .path .dirname (os .path .dirname (__file__ ))
99
1010# Survey Link URL (to be removed) #00729c
11- SURVEY_LINK = """<div style='text-align: left; margin: 20px 0;'>
12- <div style='display: inline-block; border: 2px solid #00729c; padding: 20px; padding-bottom: 10px; padding-top: 10px; border-radius: 5px;'>
13- <span style='color: #00729c; font-weight: bold;'>New Launch! Copilot Arena: <a href='https://marketplace.visualstudio.com/items?itemName=copilot-arena.copilot-arena' style='color: #00729c; text-decoration: underline;'>VS Code Extension</a> to compare Top LLMs</span>
11+ # SURVEY_LINK = """<div style='text-align: left; margin: 20px 0;'>
12+ # <div style='display: inline-block; border: 2px solid #00729c; padding: 20px; padding-bottom: 10px; padding-top: 10px; border-radius: 5px;'>
13+ # <span style='color: #00729c; font-weight: bold;'>New Launch! Copilot Arena: <a href='https://marketplace.visualstudio.com/items?itemName=copilot-arena.copilot-arena' style='color: #00729c; text-decoration: underline;'>VS Code Extension</a> to compare Top LLMs</span>
14+ # </div>
15+ # </div>"""
16+ # SURVEY_LINK = ""
17+
18+ COLOR = "#008B8B"
19+ SURVEY_LINK = f"""<div style='text-align: left; margin: 20px 0;'>
20+ <div style='display: inline-block; border: 2px solid { COLOR } ; padding: 20px; padding-bottom: 10px; padding-top: 10px; border-radius: 5px; background-color: #ECFAE5'>
21+ <span style='color: { COLOR } ; font-weight: bold;'>New Arena UI at <a href='https://beta.lmarena.ai/'>BETA.lmarena.ai</a>! Check it out & give feedback!</a></span>
1422 </div>
1523</div>"""
16- # SURVEY_LINK = ""
1724
1825##### For the gradio web server
1926SERVER_ERROR_MSG = (
You can’t perform that action at this time.
0 commit comments