made minor changes

This commit is contained in:
assafelovic
2024-03-31 20:17:54 +03:00
parent 8c967736f9
commit 56ce6587ca
2 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 Assaf Elovic
Copyright (c) 2024 Assaf Elovic
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -76,12 +76,13 @@
<div class="form-group">
<label for="report_type" class="agent-question">What type of report would you like me to generate?</label>
<select name="report_type" class="form-control" required>
<option value="research_report">Research Report</option>
<option value="research_report">Summary - Short and fast</option>
<option value="detailed_report">Detailed - In depth and detailed</option>
<option value="resource_report">Resource Report</option>
<option value="outline_report">Outline Report</option>
<option value="detailed_report">Detailed Report</option>
</select>
</div>
<div class="form-group">
</div>
<input type="submit" value="Research" class="btn btn-primary button-padding">
</form>
@@ -98,13 +99,13 @@
<div class="alert alert-info" role="alert" id="status"></div>
<a id="copyToClipboard" onclick="GPTResearcher.copyToClipboard()" class="btn btn-secondary mt-3" style="margin-right: 10px;">Copy to clipboard</a>
<a id="downloadLink" href="#" class="btn btn-secondary mt-3" style="margin-right: 10px;" target="_blank">Download as PDF</a>
<a id="downloadLinkWord" href="#" class="btn btn-secondary mt-3" target="_blank">Download as WORD</a>
<a id="downloadLinkWord" href="#" class="btn btn-secondary mt-3" target="_blank">Download as Docx</a>
</div>
</div>
</main>
<footer>
<p>GPT Researcher &copy; 2023 | <a target="_blank" href="https://github.com/assafelovic/gpt-researcher">GitHub
<p>GPT Researcher &copy; 2024 | <a target="_blank" href="https://github.com/assafelovic/gpt-researcher">GitHub
Page</a></p>
</footer>