davda54 commited on
Commit
1788c7c
·
verified ·
1 Parent(s): a35b6f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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.Markdown("## Login")
239
- gr.Markdown("Annotate 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
 
 
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