zamborg commited on
Commit
413d70e
·
1 Parent(s): b2998a9
Files changed (1) hide show
  1. app.py +7 -7
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,12 +157,12 @@ text-align: center;
157
  }
158
  </style>
159
  <div class="footer">
160
- <br></br>
161
- <br></br>
162
- <br></br>
163
- <br></br>
164
- <br></br>
165
- <br></br>
166
  <p>
167
  *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.
168
 
 
147
  }
148
 
149
  .footer {
150
+ position: fixed;
151
  left: 0;
152
  bottom: 0;
153
  width: 100%;
 
157
  }
158
  </style>
159
  <div class="footer">
160
+ # <br></br>
161
+ # <br></br>
162
+ # <br></br>
163
+ # <br></br>
164
+ # <br></br>
165
+ # <br></br>
166
  <p>
167
  *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.
168