DHEIVER commited on
Commit
3c99f0b
·
verified ·
1 Parent(s): 63b0a60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -202,8 +202,8 @@ def demo():
202
 
203
  with gr.Tab("Etapa 1 - Carregar PDF"):
204
  with gr.Row():
205
- document = gr.Files(height=100, file_count="multiple", file_types=["pdf"], interactive=True, label="Carregue seus documentos PDF (único ou múltiplos)", info="Selecione um ou mais arquivos PDF para processar.")
206
-
207
  with gr.Tab("Etapa 2 - Processar documento"):
208
  with gr.Row():
209
  db_btn = gr.Radio(["ChromaDB"], label="Tipo de banco de dados vetorial", value="ChromaDB", type="index", info="Escolha o banco de dados vetorial para armazenar os embeddings dos documentos.")
 
202
 
203
  with gr.Tab("Etapa 1 - Carregar PDF"):
204
  with gr.Row():
205
+ document = gr.Files(height=100, file_count="multiple", file_types=["pdf"], interactive=True, label="Carregue seus documentos PDF (único ou múltiplos)")
206
+
207
  with gr.Tab("Etapa 2 - Processar documento"):
208
  with gr.Row():
209
  db_btn = gr.Radio(["ChromaDB"], label="Tipo de banco de dados vetorial", value="ChromaDB", type="index", info="Escolha o banco de dados vetorial para armazenar os embeddings dos documentos.")