Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -169,9 +169,9 @@ def arithmetic(cnt, txt_a, txt_b, txt_c):
|
|
169 |
return tokenizer.decode(tkns.sequences[0], skip_special_tokens=True)
|
170 |
|
171 |
|
172 |
-
in_a = st.text_input("A", "
|
173 |
-
in_b = st.text_input("B", "
|
174 |
-
in_c = st.text_input("C", "
|
175 |
|
176 |
st.markdown('''
|
177 |
A is to B as C is to...
|
|
|
169 |
return tokenizer.decode(tkns.sequences[0], skip_special_tokens=True)
|
170 |
|
171 |
|
172 |
+
in_a = st.text_input("A", "A girl makes a silly face.")
|
173 |
+
in_b = st.text_input("B", "Two girls are playing soccer.")
|
174 |
+
in_c = st.text_input("C", "A girl is looking through a microscope.")
|
175 |
|
176 |
st.markdown('''
|
177 |
A is to B as C is to...
|