Alvinn-aai commited on
Commit
dfdd006
·
1 Parent(s): 6c3c556

fix layout

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -453,7 +453,7 @@ with blocks:
453
  gr.Markdown("Please sign in with Hugging Face to submit")
454
  gr.LoginButton(elem_id="hf-login-btn")
455
 
456
- submit_panel = gr.Group(visible=False)
457
  with submit_panel:
458
  with gr.Row():
459
  with gr.Column():
 
453
  gr.Markdown("Please sign in with Hugging Face to submit")
454
  gr.LoginButton(elem_id="hf-login-btn")
455
 
456
+ submit_panel = gr.Group(visible=False, elem_classes="markdown-text")
457
  with submit_panel:
458
  with gr.Row():
459
  with gr.Column():