Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -235,9 +235,9 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Dataset Annotation Tool", css=cust
|
|
| 235 |
|
| 236 |
# Login Interface
|
| 237 |
with gr.Group(visible=True, elem_id="login-group") as login_interface:
|
| 238 |
-
gr.
|
| 239 |
-
|
| 240 |
-
with gr.Accordion("Click here to see the full annotation guidelines:", open=False):
|
| 241 |
gr.Markdown("""
|
| 242 |
## Detailed Information
|
| 243 |
|
|
|
|
| 235 |
|
| 236 |
# Login Interface
|
| 237 |
with gr.Group(visible=True, elem_id="login-group") as login_interface:
|
| 238 |
+
with gr.Row():
|
| 239 |
+
gr.Markdown("## Login\n\nAnnotate which response is more fluent for each prompt.")
|
| 240 |
+
with gr.Accordion("▶ Click here to see the full annotation guidelines:", open=False):
|
| 241 |
gr.Markdown("""
|
| 242 |
## Detailed Information
|
| 243 |
|