Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ def update_dashboard():
|
|
| 156 |
return gauge_chart, leaderboard_df
|
| 157 |
|
| 158 |
with gr.Blocks() as demo:
|
| 159 |
-
gr.Markdown("# ALRAGE (Arabic Language RAG Evaluation) Community Sprint")
|
| 160 |
|
| 161 |
with gr.Row():
|
| 162 |
gauge_output = gr.Plot(label="Overall Progress")
|
|
|
|
| 156 |
return gauge_chart, leaderboard_df
|
| 157 |
|
| 158 |
with gr.Blocks() as demo:
|
| 159 |
+
gr.Markdown("# ALRAGE (Arabic Language RAG Evaluation) 🤗 Community Sprint")
|
| 160 |
|
| 161 |
with gr.Row():
|
| 162 |
gauge_output = gr.Plot(label="Overall Progress")
|