Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def process_with_gemini(file_content, gemini_api_key):
|
|
| 76 |
5. Provide no other information such as greeting or summary as the purpose is to catalog and document all open source licenses used.
|
| 77 |
"""
|
| 78 |
|
| 79 |
-
response = model.generate_content(prompt
|
| 80 |
return response.text
|
| 81 |
|
| 82 |
def process_input(github_url, personal_access_token, gemini_api_key):
|
|
|
|
| 76 |
5. Provide no other information such as greeting or summary as the purpose is to catalog and document all open source licenses used.
|
| 77 |
"""
|
| 78 |
|
| 79 |
+
response = model.generate_content(prompt)
|
| 80 |
return response.text
|
| 81 |
|
| 82 |
def process_input(github_url, personal_access_token, gemini_api_key):
|