itacaiunas commited on
Commit
63ff32e
·
verified ·
1 Parent(s): 5d3e320

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,9 +27,9 @@ def gerar_cdu(palavras_chave):
27
  return resultados
28
 
29
  # Interface Gradio
30
- input_text = gr.inputs.Textbox(label="Inserir o assunto desejado (Geografia cultural)")
31
  button_label = "Gerar CDU"
32
- output_text = gr.outputs.Textbox(label="Resultados CDU")
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: