Better filenames for new prompts in the Notebook tab

This commit is contained in:
oobabooga 2025-06-17 15:10:44 -07:00
parent fc23345c6d
commit da148232eb

View file

@ -53,7 +53,7 @@ def delete_file(fname):
def current_time():
return f"{datetime.now().strftime('%Y-%m-%d-%H%M%S')}"
return f"{datetime.now().strftime('%Y-%m-%d_%Hh%Mm%Ss')}"
def atoi(text):