waroca commited on
Commit
72fce0f
·
verified ·
1 Parent(s): dcf3414

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -210,8 +210,7 @@ def main():
210
  height=120,
211
  elem_classes="hero-logo"
212
  )
213
- with gr.Row(elem_classes="hero-subtitle-wrapper"):
214
- gr.HTML('<p class="hero-subtitle">Your pass to private data.</p>')
215
 
216
  # Simple auth row with Gradio 6 LoginButton
217
  with gr.Row():
 
210
  height=120,
211
  elem_classes="hero-logo"
212
  )
213
+ gr.Markdown("<center>Your pass to private data.</center>", elem_classes="hero-subtitle")
 
214
 
215
  # Simple auth row with Gradio 6 LoginButton
216
  with gr.Row():