Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)"
|
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.")
|