Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
80a907a
1
Parent(s):
a928696
adjust width
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ QUEUE_SIZE = 20 # maximize this value for adding enough places in the global que
|
|
56 |
st.set_page_config(layout="wide")
|
57 |
|
58 |
st.title(TITLE)
|
59 |
-
st.image("calabi_yau.jpeg", caption="Teaching AI to understand Mathematics", width=
|
60 |
st.markdown(DESCRIPTION)
|
61 |
st.markdown("\n")
|
62 |
|
|
|
56 |
st.set_page_config(layout="wide")
|
57 |
|
58 |
st.title(TITLE)
|
59 |
+
st.image("calabi_yau.jpeg", caption="Teaching AI to understand Mathematics", width=375) # TODO add a Vanderbilt related picture to the head of our Space!
|
60 |
st.markdown(DESCRIPTION)
|
61 |
st.markdown("\n")
|
62 |
|