Severian commited on
Commit
611a39a
1 Parent(s): 463ccaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -468,8 +468,8 @@ def login(username, password):
468
  # Gradio interface
469
  with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True) as demo:
470
  with gr.Tab("Welcome"):
471
- with gr.Row(elem_classes="welcome-tab"):
472
- with gr.Column(scale=2, elem_classes="welcome-content"):
473
  gr.Markdown(
474
  """
475
  <img src="https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/LVZnwLV43UUvKu3HORqSs.webp" alt="UDG" width="250" class="centered-image">
@@ -571,7 +571,7 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
571
  value="long",
572
  )
573
 
574
- with gr.Accordion("Extra Options", open=False):
575
  extra_options = gr.CheckboxGroup(
576
  choices=[
577
  "If there is a person/character in the image you must refer to them as {name}.",
 
468
  # Gradio interface
469
  with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True) as demo:
470
  with gr.Tab("Welcome"):
471
+ with gr.Row():
472
+ with gr.Column(scale=2):
473
  gr.Markdown(
474
  """
475
  <img src="https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/LVZnwLV43UUvKu3HORqSs.webp" alt="UDG" width="250" class="centered-image">
 
571
  value="long",
572
  )
573
 
574
+ with gr.Accordion("Extra Options", open=True):
575
  extra_options = gr.CheckboxGroup(
576
  choices=[
577
  "If there is a person/character in the image you must refer to them as {name}.",