Update app.py
Browse files
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.
|
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"),
|