davda54 commited on
Commit
d23524f
·
verified ·
1 Parent(s): e485eec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ def logout() -> Tuple:
211
  )
212
 
213
  # Create Gradio interface
214
- with gr.Blocks(title="Dataset Annotation Tool") as app:
215
  gr.Markdown("# Dataset Annotation Tool")
216
  gr.Markdown("Annotate which response is more fluent for each prompt.")
217
 
 
211
  )
212
 
213
  # Create Gradio interface
214
+ with gr.Blocks(theme=gr.themes.Soft(), title="Dataset Annotation Tool") as app:
215
  gr.Markdown("# Dataset Annotation Tool")
216
  gr.Markdown("Annotate which response is more fluent for each prompt.")
217