Spaces:
Runtime error
Runtime error
Commit
·
d30d4ce
1
Parent(s):
921054e
app.py
CHANGED
|
@@ -7,9 +7,9 @@ import requests
|
|
| 7 |
import random
|
| 8 |
import io
|
| 9 |
|
|
|
|
| 10 |
st.markdown("This is a demo of the *ImageCoDe* dataset. Sample an example description with the left +/- button on the right and compare all the images with the +/- button on the right. If you want to know the groundtruth solution, scroll down to the end of the page!")
|
| 11 |
|
| 12 |
-
st.set_page_config(layout="wide")
|
| 13 |
col1, col2 = st.columns(2)
|
| 14 |
|
| 15 |
m = st.markdown("""
|
|
|
|
| 7 |
import random
|
| 8 |
import io
|
| 9 |
|
| 10 |
+
st.set_page_config(layout="wide")
|
| 11 |
st.markdown("This is a demo of the *ImageCoDe* dataset. Sample an example description with the left +/- button on the right and compare all the images with the +/- button on the right. If you want to know the groundtruth solution, scroll down to the end of the page!")
|
| 12 |
|
|
|
|
| 13 |
col1, col2 = st.columns(2)
|
| 14 |
|
| 15 |
m = st.markdown("""
|