Spaces:
Build error
Build error
Commit ·
6976b35
1
Parent(s): 312c075
editing text
Browse files
app.py
CHANGED
|
@@ -16,24 +16,24 @@ def check_inputs(question):
|
|
| 16 |
description = """
|
| 17 |
<center><h1><b><img src="https://imgs.search.brave.com/FOs8wNNOrQRHfIJKL6DWejiq9hf8c8LhnE66Bf-UoQQ/rs:fit:560:320:1/g:ce/aHR0cHM6Ly91cGxv/YWQud2lraW1lZGlh/Lm9yZy93aWtpcGVk/aWEvY29tbW9ucy90/aHVtYi85Lzk4L1Ro/ZV9TaW1wc29uc195/ZWxsb3dfbG9nby5z/dmcvNTEycHgtVGhl/X1NpbXBzb25zX3ll/bGxvd19sb2dvLnN2/Zy5wbmc" alt="THE SIMPSONS"></b></h1>
|
| 18 |
<center><h2><b>Todo sobre los simpsons </b></h2>
|
| 19 |
-
|
| 20 |
</center>
|
| 21 |
"""
|
| 22 |
|
| 23 |
# Descripción del Footer
|
| 24 |
article = """
|
| 25 |
<br>
|
| 26 |
-
<b>
|
| 27 |
-
<br><b>
|
| 28 |
-
<br>
|
| 29 |
"""
|
| 30 |
|
| 31 |
|
| 32 |
# Inputs
|
| 33 |
-
question = gr.Textbox(label="
|
| 34 |
|
| 35 |
# Outputs
|
| 36 |
-
resultado = gr.Textbox(label="Respuesta
|
| 37 |
|
| 38 |
gui = gr.Interface(
|
| 39 |
fn=check_inputs,
|
|
|
|
| 16 |
description = """
|
| 17 |
<center><h1><b><img src="https://imgs.search.brave.com/FOs8wNNOrQRHfIJKL6DWejiq9hf8c8LhnE66Bf-UoQQ/rs:fit:560:320:1/g:ce/aHR0cHM6Ly91cGxv/YWQud2lraW1lZGlh/Lm9yZy93aWtpcGVk/aWEvY29tbW9ucy90/aHVtYi85Lzk4L1Ro/ZV9TaW1wc29uc195/ZWxsb3dfbG9nby5z/dmcvNTEycHgtVGhl/X1NpbXBzb25zX3ll/bGxvd19sb2dvLnN2/Zy5wbmc" alt="THE SIMPSONS"></b></h1>
|
| 18 |
<center><h2><b>Todo sobre los simpsons </b></h2>
|
| 19 |
+
Realiza preguntas sobre situaciones de la vida que sucedieron en Los Simpsons
|
| 20 |
</center>
|
| 21 |
"""
|
| 22 |
|
| 23 |
# Descripción del Footer
|
| 24 |
article = """
|
| 25 |
<br>
|
| 26 |
+
<b></b>
|
| 27 |
+
<br><b></b>
|
| 28 |
+
<br>
|
| 29 |
"""
|
| 30 |
|
| 31 |
|
| 32 |
# Inputs
|
| 33 |
+
question = gr.Textbox(label="Ingrese su pregunta aqui")
|
| 34 |
|
| 35 |
# Outputs
|
| 36 |
+
resultado = gr.Textbox(label="Respuesta")
|
| 37 |
|
| 38 |
gui = gr.Interface(
|
| 39 |
fn=check_inputs,
|