Spaces:
Running
Running
Update components/ui_components.py
Browse files
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):
|