Spaces:
Sleeping
Sleeping
Grant
commited on
Commit
·
a0203d5
1
Parent(s):
b917706
fix comma error
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -40,7 +40,7 @@ def plot_interactive_line(uid_data: pd.DataFrame, uid: str):
|
|
40 |
)
|
41 |
line_fig = go.Figure(data=[line_trace])
|
42 |
line_fig.update_layout(
|
43 |
-
title=f"Deletion Scores by Position"
|
44 |
yaxis_title='Deletion Score (aPLLR)',
|
45 |
yaxis=dict(showgrid=False)
|
46 |
)
|
|
|
40 |
)
|
41 |
line_fig = go.Figure(data=[line_trace])
|
42 |
line_fig.update_layout(
|
43 |
+
title=f"{uid} Deletion Scores by Position",
|
44 |
yaxis_title='Deletion Score (aPLLR)',
|
45 |
yaxis=dict(showgrid=False)
|
46 |
)
|
app.py
CHANGED
@@ -40,7 +40,7 @@ def plot_interactive_line(uid_data: pd.DataFrame, uid: str):
|
|
40 |
)
|
41 |
line_fig = go.Figure(data=[line_trace])
|
42 |
line_fig.update_layout(
|
43 |
-
title=f"Deletion Scores by Position"
|
44 |
yaxis_title='Deletion Score (aPLLR)',
|
45 |
yaxis=dict(showgrid=False)
|
46 |
)
|
|
|
40 |
)
|
41 |
line_fig = go.Figure(data=[line_trace])
|
42 |
line_fig.update_layout(
|
43 |
+
title=f"{uid} Deletion Scores by Position",
|
44 |
yaxis_title='Deletion Score (aPLLR)',
|
45 |
yaxis=dict(showgrid=False)
|
46 |
)
|