piadonabauer commited on
Commit
2e77b98
·
verified ·
1 Parent(s): 119e0d0

update theme colour

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ def record_input(id, turn, annotator, alignment, quality, consistency, overall):
142
 
143
  # Gradio Interface
144
  def create_interface():
145
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
146
  gr.Markdown(instruction_beginning)
147
 
148
  # annotator = gr.Textbox(label="Nickname", interactive=True)
 
142
 
143
  # Gradio Interface
144
  def create_interface():
145
+ with gr.Blocks(theme=gr.themes.Origin()) as demo:
146
  gr.Markdown(instruction_beginning)
147
 
148
  # annotator = gr.Textbox(label="Nickname", interactive=True)