codelion commited on
Commit
17c5fe0
·
verified ·
1 Parent(s): 70d7e92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ js = "<script async defer src='https://buttons.github.io/buttons.js'></script>"
96
 
97
  with gr.Blocks(js=js) as demo:
98
  gr.Markdown("# optillm - LLM Optimization Comparison")
99
- gr.HTML("<a class='github-button' href='https://github.com/codelion/star' data-color-scheme='no-preference: light; light: light; dark: dark;' data-icon='octicon-star' data-size="large" aria-label='Star codelion/star on GitHub'>Star</a>")
100
 
101
  with gr.Row():
102
  system_message = gr.Textbox(value="", label="System message")
 
96
 
97
  with gr.Blocks(js=js) as demo:
98
  gr.Markdown("# optillm - LLM Optimization Comparison")
99
+ gr.HTML("<a class='github-button' href='https://github.com/codelion/optillm' data-color-scheme='no-preference: light; light: light; dark: dark;' data-icon='octicon-star' data-size='large' aria-label='Star codelion/optillm on GitHub'>Star</a>")
100
 
101
  with gr.Row():
102
  system_message = gr.Textbox(value="", label="System message")