Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|