Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,9 +27,9 @@ def gerar_cdu(palavras_chave):
|
|
27 |
return resultados
|
28 |
|
29 |
# Interface Gradio
|
30 |
-
input_text = gr.
|
31 |
button_label = "Gerar CDU"
|
32 |
-
output_text = gr.
|
33 |
|
34 |
def generate_cdu(palavras_chave):
|
35 |
if palavras_chave:
|
|
|
27 |
return resultados
|
28 |
|
29 |
# Interface Gradio
|
30 |
+
input_text = gr.Textbox(label="Inserir o assunto desejado (Geografia cultural)")
|
31 |
button_label = "Gerar CDU"
|
32 |
+
output_text = gr.Textbox(label="Resultados CDU")
|
33 |
|
34 |
def generate_cdu(palavras_chave):
|
35 |
if palavras_chave:
|