ITSAIDI
commited on
Commit
·
b505ae1
1
Parent(s):
cbaf8cc
sss
Browse files
App.py
CHANGED
@@ -47,7 +47,7 @@ if uploaded_file is not None:
|
|
47 |
"TTC": text_TTC
|
48 |
}):
|
49 |
# Add a button to save changes
|
50 |
-
|
51 |
# Get updated values from text inputs
|
52 |
updated_results = {
|
53 |
"Fournisseur": text_fourni,
|
|
|
47 |
"TTC": text_TTC
|
48 |
}):
|
49 |
# Add a button to save changes
|
50 |
+
if st.sidebar.button("Sauvegarder"):
|
51 |
# Get updated values from text inputs
|
52 |
updated_results = {
|
53 |
"Fournisseur": text_fourni,
|