Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -312,7 +312,7 @@ custom_css = """
|
|
| 312 |
# Create Gradio interface
|
| 313 |
with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"]), title="Dataset Annotation Tool", css=custom_css) as app:
|
| 314 |
gr.Markdown("# Norwegian Fluency Annotation")
|
| 315 |
-
with gr.Accordion("
|
| 316 |
gr.Markdown(guideline, padding=True)
|
| 317 |
|
| 318 |
user_state = gr.State("")
|
|
|
|
| 312 |
# Create Gradio interface
|
| 313 |
with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"]), title="Dataset Annotation Tool", css=custom_css) as app:
|
| 314 |
gr.Markdown("# Norwegian Fluency Annotation")
|
| 315 |
+
with gr.Accordion("*Click here to see the full annotation guidelines:*", open=False):
|
| 316 |
gr.Markdown(guideline, padding=True)
|
| 317 |
|
| 318 |
user_state = gr.State("")
|