Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks(title="Accountant automation",theme='nota-ai/theme',css="footer {
|
|
19 |
folder_to_save_processed_reciepts = gr.Textbox(label="Dossier où sauvegarder les factures", lines=1, )
|
20 |
folder_to_save_reconciled_data = gr.Textbox(label="Dossier où sauvegarder le tableau final", lines=1, )
|
21 |
name_output_file = gr.Textbox(label="Nom du fichier de tableau final", lines=1, )
|
22 |
-
transaction_csv_path = gr.Textbox(label="
|
23 |
chat_submit_button = gr.Button(value="Valider ▶")
|
24 |
|
25 |
with gr.Column(scale=6):
|
|
|
19 |
folder_to_save_processed_reciepts = gr.Textbox(label="Dossier où sauvegarder les factures", lines=1, )
|
20 |
folder_to_save_reconciled_data = gr.Textbox(label="Dossier où sauvegarder le tableau final", lines=1, )
|
21 |
name_output_file = gr.Textbox(label="Nom du fichier de tableau final", lines=1, )
|
22 |
+
transaction_csv_path = gr.Textbox(label="Ne pas modifier ce champ", value="downloaded_file.csv", lines=1,visible=True )
|
23 |
chat_submit_button = gr.Button(value="Valider ▶")
|
24 |
|
25 |
with gr.Column(scale=6):
|