Spaces:
Runtime error
Runtime error
Commit
·
f2eb8b2
1
Parent(s):
74ece24
Fix counting question column
Browse files- apps/examples.py +4 -4
apps/examples.py
CHANGED
@@ -408,10 +408,10 @@ def app(state=None):
|
|
408 |
col1.write("**English Translation**: How many candles are in the cupcake?")
|
409 |
col1.write(f"**Predicted Answer**: 0{cross_emoji}")
|
410 |
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
|
416 |
toc.subheader("Size/Shape Questions")
|
417 |
col1, col2, col3 = st.beta_columns([1,1,1])
|
|
|
408 |
col1.write("**English Translation**: How many candles are in the cupcake?")
|
409 |
col1.write(f"**Predicted Answer**: 0{cross_emoji}")
|
410 |
|
411 |
+
col2.image("./sections/examples/people_picture.jpeg", use_column_width="auto", width=300)
|
412 |
+
col2.write("**Actual Question**: ¿A cuánta gente le están tomando una foto?")
|
413 |
+
col2.write("**English Translation**: How many people are you taking a picture of?")
|
414 |
+
col2.write(f"**Predicted Answer**: 10{cross_emoji}")
|
415 |
|
416 |
toc.subheader("Size/Shape Questions")
|
417 |
col1, col2, col3 = st.beta_columns([1,1,1])
|