davanstrien HF Staff commited on
Commit
faa2b11
·
1 Parent(s): f030dcb

remove logout

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
157
  )
158
  with gr.Row():
159
  gr.LoginButton(size="sm")
160
- gr.LogoutButton(size="sm")
161
  gr.Markdown("### Location of existing dataset")
162
  gr.Markdown("URL for the GitHub repository where the dataset is currently hosted")
163
  source_github_repository = gr.Textbox(lines=1, label="Source GitHub Repository URL")
 
157
  )
158
  with gr.Row():
159
  gr.LoginButton(size="sm")
160
+
161
  gr.Markdown("### Location of existing dataset")
162
  gr.Markdown("URL for the GitHub repository where the dataset is currently hosted")
163
  source_github_repository = gr.Textbox(lines=1, label="Source GitHub Repository URL")