update theme colour
Browse files
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.
|
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)
|