diff --git a/scripts/plotly_streamlit.py b/scripts/plotly_streamlit.py
index 355db04..6b993e2 100755
--- a/scripts/plotly_streamlit.py
+++ b/scripts/plotly_streamlit.py
@@ -186,7 +186,7 @@ if daily == False:
specs=[[{"type": "xy", "rowspan": 3}, {"type": "polar", "rowspan": 2}], [{"rowspan": 1}, {"rowspan": 1}],
[None, {"type": "xy", "rowspan": 1}]],
subplot_titles=('Top ' + str(top_N) + ' Species in Date Range ' + str(start_date) + ' to ' + str(
- end_date) + ' for ' + str(resample_sel) + ' sampling interval.' + '',
+ end_date) + '
for ' + str(resample_sel) + ' sampling interval.' + '',
'Total Detect:' + str('{:,}'.format(df_counts))
# + ' Confidence Max:' + str(
# '{:.2f}%'.format(max(df2[df2['Com_Name'] == specie]['Confidence']) * 100)) +