lukecq commited on
Commit
4d3390f
1 Parent(s): 97d7225

update scripts

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. 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