Spaces:
Running
Running
update scripts
Browse files- app.py +3 -0
- update_git.sh +3 -0
app.py
CHANGED
|
@@ -65,6 +65,9 @@ with demo:
|
|
| 65 |
visible=True,
|
| 66 |
# column_widths=["2%", "33%"]
|
| 67 |
)
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
demo.launch()
|
| 70 |
|
|
|
|
| 65 |
visible=True,
|
| 66 |
# column_widths=["2%", "33%"]
|
| 67 |
)
|
| 68 |
+
|
| 69 |
+
with gr.TabItem("📝 About", elem_id="llm-benchmark-tab-table", id=2):
|
| 70 |
+
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
| 71 |
|
| 72 |
demo.launch()
|
| 73 |
|
update_git.sh
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git add .
|
| 2 |
+
git commit -m "update scripts"
|
| 3 |
+
git push
|