Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonestrada5 committed Apr 29, 2023
1 parent d1e12dc commit 39f3678
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<title>OpenAI Quickstart</title>
<link
rel="shortcut icon"
href="{{ url_for('static', filename='dog.png') }}"
href="{{ url_for('static', filename='isa.png') }}"
/>
<link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}" />
</head>

<body>
<img src="{{ url_for('static', filename='dog.png') }}" class="icon" />
<h3>Name my pet</h3>
<img src="{{ url_for('static', filename='isa.png') }}" class="icon" style="width: 200px;" />
<h3>Quiero un resumen del episodio de Mi Mejor Version</h3>
<form action="/" method="post">
<input type="text" name="animal" placeholder="Enter an animal" required />
<input type="submit" value="Generate names" />
<input type="text" name="episodio" placeholder="Que episodio te interesa?" required />
<input type="submit" value="Generar Resumen" />
</form>
{% if result %}
<div class="result">{{ result }}</div>
Expand Down

0 comments on commit 39f3678

Please sign in to comment.