Spaces:
Runtime error
Runtime error
gchhablani
commited on
Commit
•
80225b5
1
Parent(s):
546443e
Add another example
Browse files- apps/article.py +5 -0
- sections/examples/dog_looking_at.jpeg +0 -0
apps/article.py
CHANGED
@@ -268,4 +268,9 @@ def app(state=None):
|
|
268 |
col2.write("**Actual Question**: Was this taken inside or outside?")
|
269 |
col2.write("**Predicted Answer**: inside✅")
|
270 |
|
|
|
|
|
|
|
|
|
|
|
271 |
toc.generate()
|
|
|
268 |
col2.write("**Actual Question**: Was this taken inside or outside?")
|
269 |
col2.write("**Predicted Answer**: inside✅")
|
270 |
|
271 |
+
col3.image("./sections/examples/dog_looking_at.jpeg", use_column_width="auto", width=300)
|
272 |
+
col3.write("**Actual Question**: Was guckt der Hund denn so?")
|
273 |
+
col3.write("**English Translation**: What is the dog looking at?")
|
274 |
+
col3.write("**Predicted Answer**: Frisbeescheibe (frisbee)❎")
|
275 |
+
|
276 |
toc.generate()
|
sections/examples/dog_looking_at.jpeg
ADDED