oh-my-dear-ai commited on
Commit
b655efd
β€’
1 Parent(s): 388cc2d

[fix] correct typos of dates in CHANGELOG and app.py

Browse files
Files changed (2) hide show
  1. CHANGELOG.md +2 -2
  2. app.py +2 -2
CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
  # CHANGELOG
2
 
3
- - 204/08/31: Initial release
4
- - 204/09/03: Fix a mistake in the tasks of mimbulus
 
1
  # CHANGELOG
2
 
3
+ - 24/08/31: Initial release
4
+ - 24/09/03: Fix a mistake in the tasks of mimbulus
app.py CHANGED
@@ -233,8 +233,8 @@ with gr.Blocks() as app:
233
  logs = gr.Markdown(
234
  """
235
  # CHANGELOG
236
- - 204/08/31: Initial release
237
- - 204/09/03: Fix a mistake in the tasks of mimbulus
238
  """
239
  )
240
 
 
233
  logs = gr.Markdown(
234
  """
235
  # CHANGELOG
236
+ - 2024/08/31: Initial release
237
+ - 2024/09/03: Fix a mistake in the tasks of mimbulus
238
  """
239
  )
240