Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -527,7 +527,7 @@ custom_css = """
|
|
| 527 |
"""
|
| 528 |
|
| 529 |
# Create Gradio interface
|
| 530 |
-
with gr.Blocks(theme=Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"]), title="Dataset Annotation Tool", css=custom_css) as app:
|
| 531 |
gr.Markdown("# Norwegian Fluency Annotation")
|
| 532 |
with gr.Accordion("Click here to see the full annotation guidelines:", open=False, elem_classes="light-shadow"):
|
| 533 |
gr.Markdown(guideline, padding=True)
|
|
@@ -671,4 +671,4 @@ with gr.Blocks(theme=Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"
|
|
| 671 |
)
|
| 672 |
|
| 673 |
if __name__ == "__main__":
|
| 674 |
-
app.launch(
|
|
|
|
| 527 |
"""
|
| 528 |
|
| 529 |
# Create Gradio interface
|
| 530 |
+
with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"]), title="Dataset Annotation Tool", css=custom_css) as app:
|
| 531 |
gr.Markdown("# Norwegian Fluency Annotation")
|
| 532 |
with gr.Accordion("Click here to see the full annotation guidelines:", open=False, elem_classes="light-shadow"):
|
| 533 |
gr.Markdown(guideline, padding=True)
|
|
|
|
| 671 |
)
|
| 672 |
|
| 673 |
if __name__ == "__main__":
|
| 674 |
+
app.launch()
|