eduardmtz commited on
Commit
632e088
·
verified ·
1 Parent(s): a0d2969

Update preguntar-pdf.html

Browse files
Files changed (1) hide show
  1. preguntar-pdf.html +3 -0
preguntar-pdf.html CHANGED
@@ -8,6 +8,9 @@
8
  </head>
9
  <body>
10
  <h1>Ask Questions to the Model</h1>
 
 
 
11
  <input type="text" id="question" placeholder="Type your question here">
12
  <button id="askQuestion">Ask</button>
13
 
 
8
  </head>
9
  <body>
10
  <h1>Ask Questions to the Model</h1>
11
+ <a href="entrenament-pdf.html" style="margin:5px;padding: 5px; border:1px solid green">Entrenament PDF</a>
12
+ <a href="preguntar-pdf.html" style="margin:5px;padding: 5px; border:1px solid green">Preguntar PDF</a>
13
+ <br><br>
14
  <input type="text" id="question" placeholder="Type your question here">
15
  <button id="askQuestion">Ask</button>
16