Spaces:
Sleeping
Sleeping
Alexander Casimir Fischer commited on
Commit ·
7c90524
1
Parent(s): 8ecdea7
modified: app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ if st.session_state.answer_set:
|
|
| 157 |
st.form_submit_button(label="Reformulate answer", on_click=clear_form)
|
| 158 |
st.empty()
|
| 159 |
with st.expander("Show Evaluation & Feedback Rubric"):
|
| 160 |
-
st.write("AI evaluated the student's ability to:")
|
| 161 |
st.text(rubric_dict[st.session_state.chosen_standard])
|
| 162 |
rerun = st.button("Rerun")
|
| 163 |
if rerun:
|
|
|
|
| 157 |
st.form_submit_button(label="Reformulate answer", on_click=clear_form)
|
| 158 |
st.empty()
|
| 159 |
with st.expander("Show Evaluation & Feedback Rubric"):
|
| 160 |
+
st.write("✔️ AI evaluated the student's ability to:")
|
| 161 |
st.text(rubric_dict[st.session_state.chosen_standard])
|
| 162 |
rerun = st.button("Rerun")
|
| 163 |
if rerun:
|