simonduerr commited on
Commit
4285ee6
·
1 Parent(s): 5c00c6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,7 +19,7 @@ repo_name='bioicons-test'
19
 
20
  app_key = os.environ.get('GITHUB_TOKEN')
21
 
22
- print(app_key[0:30])
23
 
24
  git_integration = GithubIntegration(
25
  app_id,
@@ -146,7 +146,7 @@ with gr.Blocks() as demo:
146
  with gr.Row():
147
  creator_name = gr.Textbox(label="Creator")
148
  creator_url = gr.Textbox(label="Creator URL", placeholder="Link to personal website,Twitter,Mastodon, GitHub")
149
- github_user = gr.Textbox(label="Your GitHub Username", placeholder="GitHub username is used to communicate with you")
150
  icon_files = gr.File(label="Icon files", file_types=["svg"], file_count="multiple")
151
  with gr.Row():
152
  with gr.Box():
 
19
 
20
  app_key = os.environ.get('GITHUB_TOKEN')
21
 
22
+
23
 
24
  git_integration = GithubIntegration(
25
  app_id,
 
146
  with gr.Row():
147
  creator_name = gr.Textbox(label="Creator")
148
  creator_url = gr.Textbox(label="Creator URL", placeholder="Link to personal website,Twitter,Mastodon, GitHub")
149
+ github_user = gr.Textbox(label="Your GitHub Username", placeholder="GitHub username is used to communicate with you")
150
  icon_files = gr.File(label="Icon files", file_types=["svg"], file_count="multiple")
151
  with gr.Row():
152
  with gr.Box():