Spaces:
Running
Running
gauravlochab
commited on
Commit
·
64ec345
1
Parent(s):
45a247a
feat: rename APR vs Agent Hash tab to Performance Graph and update title in graph layout
Browse files- app.py +2 -2
- apr_vs_agent_hash.py +1 -1
app.py
CHANGED
@@ -3030,8 +3030,8 @@ def dashboard():
|
|
3030 |
# Add a text area for status messages
|
3031 |
volume_status_text = gr.Textbox(label="Status", value="Ready", interactive=False)
|
3032 |
|
3033 |
-
#
|
3034 |
-
with gr.Tab("
|
3035 |
with gr.Column():
|
3036 |
refresh_apr_hash_btn = gr.Button("Refresh APR vs Agent Hash Data")
|
3037 |
|
|
|
3030 |
# Add a text area for status messages
|
3031 |
volume_status_text = gr.Textbox(label="Status", value="Ready", interactive=False)
|
3032 |
|
3033 |
+
# Performance Graph tab
|
3034 |
+
with gr.Tab("Performance Graph"):
|
3035 |
with gr.Column():
|
3036 |
refresh_apr_hash_btn = gr.Button("Refresh APR vs Agent Hash Data")
|
3037 |
|
apr_vs_agent_hash.py
CHANGED
@@ -276,7 +276,7 @@ def create_apr_vs_agent_hash_graph(df):
|
|
276 |
# Update layout with improved styling
|
277 |
fig.update_layout(
|
278 |
title=dict(
|
279 |
-
text="
|
280 |
font=dict(
|
281 |
family="Arial, sans-serif",
|
282 |
size=24, # Larger title
|
|
|
276 |
# Update layout with improved styling
|
277 |
fig.update_layout(
|
278 |
title=dict(
|
279 |
+
text="Performance Graph",
|
280 |
font=dict(
|
281 |
family="Arial, sans-serif",
|
282 |
size=24, # Larger title
|