Spaces:
Running
Running
import Source Sans Pro font
Browse files
app.py
CHANGED
@@ -11,6 +11,9 @@ from interfaces.ner import download_models as download_spacy_models
|
|
11 |
with gr.Blocks() as demo:
|
12 |
gr.Markdown(
|
13 |
f"""
|
|
|
|
|
|
|
14 |
<div style="display: block; text-align: left; padding:0; margin:0;font-family: "Source Sans Pro", Helvetica, sans-serif;">
|
15 |
<h1 style="text-align: center;font-size: 17pt;">Babel Machine Demo</h1>
|
16 |
<p style="font-size: 14pt;">This is a demo for text classification using language models finetuned on data labeled by <a href="https://www.comparativeagendas.net/">CAP</a>, <a href="https://manifesto-project.wzb.eu/">Manifesto Project</a>, sentiment, and emotion coding systems.<br>
|
|
|
11 |
with gr.Blocks() as demo:
|
12 |
gr.Markdown(
|
13 |
f"""
|
14 |
+
<style>
|
15 |
+
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400';
|
16 |
+
</style>
|
17 |
<div style="display: block; text-align: left; padding:0; margin:0;font-family: "Source Sans Pro", Helvetica, sans-serif;">
|
18 |
<h1 style="text-align: center;font-size: 17pt;">Babel Machine Demo</h1>
|
19 |
<p style="font-size: 14pt;">This is a demo for text classification using language models finetuned on data labeled by <a href="https://www.comparativeagendas.net/">CAP</a>, <a href="https://manifesto-project.wzb.eu/">Manifesto Project</a>, sentiment, and emotion coding systems.<br>
|