Skip to content

Commit b3b0993

Browse files
committed
Updating file name
1 parent 10fcdaa commit b3b0993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safe_infer_chatbot_app/safe_infer_chatbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def display_chat_message(role: str, content: str, model: str = "", timestamp: st
170170
st.download_button(
171171
label="📥 Export Chat",
172172
data=json.dumps(chat_data, indent=2),
173-
file_name=f"safe_infer_chat_{time.strftime('%Y%m%d_%H%M%S')}.json",
173+
file_name=f"finance_chatbot_{time.strftime('%Y%m%d_%H%M%S')}.json",
174174
mime="application/json"
175175
)
176176

0 commit comments

Comments
 (0)