Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1754,7 +1754,6 @@ def handle_save_trustbuilder(content, specified_bucket=None):
|
|
| 1754 |
st.session_state["last_processed_content"] = content
|
| 1755 |
|
| 1756 |
# Generate response
|
| 1757 |
-
return f"TrustBuilder allocated to **{bucket}** and saved successfully!"
|
| 1758 |
|
| 1759 |
|
| 1760 |
# Function to update the message counter in a static location
|
|
|
|
| 1754 |
st.session_state["last_processed_content"] = content
|
| 1755 |
|
| 1756 |
# Generate response
|
|
|
|
| 1757 |
|
| 1758 |
|
| 1759 |
# Function to update the message counter in a static location
|