Skip to content

Commit

Permalink
widget title updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantikabanik committed Aug 10, 2022
1 parent 5494eaa commit 07b1ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_framework/dashboard/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def suggestion_widget(location_widget_c, cluster_widget_c, comp_widget_c):
filtered_output = obj.filtered_data()
display_output = compile_text(filtered_output,'reviewText')
suggestion = pn.Column(
'# Suggestion',
'# Feedback',
pn.layout.Divider(),
stext(display_output),
background='#b8d1f5', height=400, width=500
Expand Down

0 comments on commit 07b1ba1

Please sign in to comment.