Zekun Wu
commited on
Commit
·
f2aee45
1
Parent(s):
0a026c0
update
Browse files
app.py
CHANGED
@@ -11,10 +11,10 @@ explaination = st.text_input('Enter explanation:', '')
|
|
11 |
|
12 |
if st.button('Evaluate Explanation'):
|
13 |
# print the question and explanation
|
14 |
-
st.write('### Question')
|
15 |
-
st.write(question)
|
16 |
-
st.write('### Explanation')
|
17 |
-
st.write(explaination)
|
18 |
|
19 |
# Evaluate the question and expl
|
20 |
if question and explaination:
|
|
|
11 |
|
12 |
if st.button('Evaluate Explanation'):
|
13 |
# print the question and explanation
|
14 |
+
# st.write('### Question')
|
15 |
+
# st.write(question)
|
16 |
+
# st.write('### Explanation')
|
17 |
+
# st.write(explaination)
|
18 |
|
19 |
# Evaluate the question and expl
|
20 |
if question and explaination:
|