Mathis Petrovich commited on
Commit
efb0432
1 Parent(s): de3f921

remove bootstrap, as it cause bug for the embedded version

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -11,8 +11,6 @@ from load import load_unit_motion_embs_splits, load_keyids_splits
11
 
12
 
13
  WEBSITE = """
14
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
15
-
16
  <div class="embed_hidden">
17
  <h1 style='text-align: center'>TMR: Text-to-Motion Retrieval Using Contrastive 3D Human Motion Synthesis </h1>
18
 
 
11
 
12
 
13
  WEBSITE = """
 
 
14
  <div class="embed_hidden">
15
  <h1 style='text-align: center'>TMR: Text-to-Motion Retrieval Using Contrastive 3D Human Motion Synthesis </h1>
16