bluenevus commited on
Commit
dc02eaf
·
verified ·
1 Parent(s): eb70914

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ iface = gr.Interface(
119
  inputs=[
120
  gr.File(label="Upload dependency file (e.g., requirements.txt, package.json, Gemfile)"),
121
  gr.Textbox(label="GitHub Repository URL (optional, SSH or HTTPS format)"),
122
- gr.Textarea(label="SSH Private Key (required if using GitHub URL)", lines=10),
123
  gr.Textbox(label="Gemini API Key", type="password"),
124
  ],
125
  outputs=gr.Textbox(label="License Information and Analysis"),
 
119
  inputs=[
120
  gr.File(label="Upload dependency file (e.g., requirements.txt, package.json, Gemfile)"),
121
  gr.Textbox(label="GitHub Repository URL (optional, SSH or HTTPS format)"),
122
+ gr.TextArea(label="SSH Private Key (required if using GitHub URL)", lines=10),
123
  gr.Textbox(label="Gemini API Key", type="password"),
124
  ],
125
  outputs=gr.Textbox(label="License Information and Analysis"),