Spaces:
Running
Running
Update app.py
Browse files
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(
|
| 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 |
|