oh-my-dear-ai commited on
Commit
388cc2d
Β·
1 Parent(s): c907f10

fix(app): correct change logs for mimbulus

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