rosacastillo
commited on
Commit
·
c536c53
1
Parent(s):
3c05c72
new line after the title
Browse files
app.py
CHANGED
@@ -266,7 +266,8 @@ with demo:
|
|
266 |
tool_winnings_by_tool_plot
|
267 |
with gr.TabItem("🎯 Tool Accuracy Dashboard"):
|
268 |
with gr.Row():
|
269 |
-
gr.Markdown("# Tools accuracy ranking
|
|
|
270 |
gr.Markdown(
|
271 |
"The data used for this metric is from the past two months. This accuracy is computed based on right answers from the total requests received."
|
272 |
)
|
@@ -286,7 +287,8 @@ with demo:
|
|
286 |
)
|
287 |
gr.Plot(value=plot.get_figure())
|
288 |
with gr.Row():
|
289 |
-
gr.Markdown("# Weighted accuracy ranking per tool
|
|
|
290 |
gr.Markdown(
|
291 |
"The data used for this metric is from the past two months. This metric is computed using both the tool accuracy and the volume of requests received by the tool"
|
292 |
)
|
|
|
266 |
tool_winnings_by_tool_plot
|
267 |
with gr.TabItem("🎯 Tool Accuracy Dashboard"):
|
268 |
with gr.Row():
|
269 |
+
gr.Markdown("# Tools accuracy ranking")
|
270 |
+
gr.Markdown("")
|
271 |
gr.Markdown(
|
272 |
"The data used for this metric is from the past two months. This accuracy is computed based on right answers from the total requests received."
|
273 |
)
|
|
|
287 |
)
|
288 |
gr.Plot(value=plot.get_figure())
|
289 |
with gr.Row():
|
290 |
+
gr.Markdown("# Weighted accuracy ranking per tool")
|
291 |
+
gr.Markdown("")
|
292 |
gr.Markdown(
|
293 |
"The data used for this metric is from the past two months. This metric is computed using both the tool accuracy and the volume of requests received by the tool"
|
294 |
)
|