Pezh commited on
Commit
8ce2017
·
verified ·
1 Parent(s): 41a6e5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ if save_button:
13
 
14
  if response.status_code == 200:
15
  index = response.text # Retrieve the index from the response
16
- st.success(f'Data saved to the database on Server B with index: {index[:-2]}')
17
  else:
18
  st.error('Error saving data')
 
13
 
14
  if response.status_code == 200:
15
  index = response.text # Retrieve the index from the response
16
+ st.success(f'Data saved to the database on Server B with index: {index}')#{index[:-2]}')
17
  else:
18
  st.error('Error saving data')