codelion commited on
Commit
00b9c43
1 Parent(s): 054299c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def create_approach_dropdown():
95
  html = """<iframe src="https://ghbtns.com/github-btn.html?user=codelion&repo=optillm&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
96
  """
97
 
98
- with gr.Blocks(js=js) as demo:
99
  gr.Markdown("# optillm - LLM Optimization Comparison")
100
  gr.HTML(html)
101
 
 
95
  html = """<iframe src="https://ghbtns.com/github-btn.html?user=codelion&repo=optillm&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
96
  """
97
 
98
+ with gr.Blocks() as demo:
99
  gr.Markdown("# optillm - LLM Optimization Comparison")
100
  gr.HTML(html)
101