Commit
Β·
388cc2d
1
Parent(s):
c907f10
fix(app): correct change logs for mimbulus
Browse files- CHANGELOG.md +2 -1
- app.py +1 -1
CHANGELOG.md
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
# CHANGELOG
|
|
|
2 |
- 204/08/31: Initial release
|
3 |
-
- 204/09/03:
|
|
|
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:
|
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 |
|