ibraheem007 commited on
Commit
85193fc
Β·
verified Β·
1 Parent(s): 008f6c1

Update components/ui_components.py

Browse files
Files changed (1) hide show
  1. components/ui_components.py +1 -1
components/ui_components.py CHANGED
@@ -165,7 +165,7 @@ def render_progress_bar(stats):
165
  st.caption(f"Goal: 1000 feedback points β€’ {total_feedback}/1000")
166
 
167
  if total_feedback >= target_feedback:
168
- st.balloons()
169
  st.success("πŸŽ‰ Amazing! We've reached our research goal!")
170
 
171
  def render_quality_indicators(stats):
 
165
  st.caption(f"Goal: 1000 feedback points β€’ {total_feedback}/1000")
166
 
167
  if total_feedback >= target_feedback:
168
+ # st.balloons()
169
  st.success("πŸŽ‰ Amazing! We've reached our research goal!")
170
 
171
  def render_quality_indicators(stats):