Skip to content

Commit

Permalink
A few more visual updates
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed May 17, 2024
1 parent e2e687c commit bb06196
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
5 changes: 4 additions & 1 deletion src/ontogpt/webapp/html/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ <h1>Information Extraction with SPIRES</h1>
</div>
<input type="submit">
<div>
<i>please be patient, can take up to 10s</i>
This process currently uses GPT-4-Turbo through the OpenAI API.
</div>
<div>
<i>Please be patient, can take up to 10s</i>
</div>
</form>
</div>
Expand Down
24 changes: 21 additions & 3 deletions src/ontogpt/webapp/html/results.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SPIRES: Results</title>
<meta charset="UTF-8">
<title>SPIRES: Results</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}

.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}

.container a {
color: #007bff;
text-decoration: none;
}
</style>
</head>
<body>
<div>
<div class="container">
<a href="/">Try another!</a>
</div>

Expand Down

0 comments on commit bb06196

Please sign in to comment.