davda54 commited on
Commit
b37157c
·
verified ·
1 Parent(s): ed5bd8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Click here to see the full annotation guidelines:", open=False):
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("")