John Graham Reynolds commited on
Commit
80a907a
·
1 Parent(s): a928696

adjust width

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=250) # TODO add a Vanderbilt related picture to the head of our Space!
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