poltextlab commited on
Commit
72be8ef
1 Parent(s): 5e4e87f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks() as demo:
32
  <li class="list-item"> {'</li class="list-item"> <li>'.join(ent_sum)} </li>
33
  </ul>
34
  </div>
35
- """
36
 
37
  gr.TabbedInterface(
38
  interface_list=[cap_demo, manifesto_demo, sentiment_demo, emotion_demo, ner_demo],
 
32
  <li class="list-item"> {'</li class="list-item"> <li>'.join(ent_sum)} </li>
33
  </ul>
34
  </div>
35
+ """)
36
 
37
  gr.TabbedInterface(
38
  interface_list=[cap_demo, manifesto_demo, sentiment_demo, emotion_demo, ner_demo],