zamborg commited on
Commit
4fa2e6a
·
1 Parent(s): d20ebab

updated footer?

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -147,7 +147,7 @@ text-decoration: underline;
147
  }
148
 
149
  .footer {
150
- position: fixed;
151
  left: 0;
152
  bottom: 0;
153
  width: 100%;
@@ -157,9 +157,11 @@ text-align: center;
157
  }
158
  </style>
159
  <div class="footer">
160
- <p>Please note that this model was explicitly not trained on images of people, and as a result is not designed to caption images with humans.</p>
161
- <p> This demo accompanies our paper RedCaps | Created by Karan Desai, Gaurav Kaul, Zubin Aysola, Justin Johnson</p>
162
- <p> <a style='display: block; text-align: center;' href="mailto:[email protected]" target="_blank"> NAME </a></p>
 
 
163
  </div>
164
  """
165
  st.markdown(footer,unsafe_allow_html=True)
 
147
  }
148
 
149
  .footer {
150
+ # position: fixed;
151
  left: 0;
152
  bottom: 0;
153
  width: 100%;
 
157
  }
158
  </style>
159
  <div class="footer">
160
+ <p>
161
+ Please note that this model was explicitly not trained on images of people, and as a result is not designed to caption images with humans.
162
+ This demo accompanies our paper RedCaps | Created by Karan Desai, Gaurav Kaul, Zubin Aysola, Justin Johnson
163
+ <a style='display: block; text-align: center;' href="mailto:[email protected]" target="_blank"> NAME </a>
164
+ </p>
165
  </div>
166
  """
167
  st.markdown(footer,unsafe_allow_html=True)