Spaces:
Sleeping
Sleeping
Commit
·
62e3396
1
Parent(s):
2e6cd3e
finish btn
Browse files
pages/4_Trying Out(Guess the Phrase).py
CHANGED
@@ -74,5 +74,10 @@ def step_page():
|
|
74 |
st.error("You are not similar enough to the original sentence.")
|
75 |
st.info(f"Original sentence: {output['text']}")
|
76 |
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
render_page(step_page, LEVEL)
|
|
|
74 |
st.error("You are not similar enough to the original sentence.")
|
75 |
st.info(f"Original sentence: {output['text']}")
|
76 |
|
77 |
+
st.info("Click on the button below to continue!")
|
78 |
+
|
79 |
+
if st.button("Complete"):
|
80 |
+
complete_level(LEVEL)
|
81 |
+
|
82 |
|
83 |
render_page(step_page, LEVEL)
|