oh-my-dear-ai
commited on
Commit
β’
b655efd
1
Parent(s):
388cc2d
[fix] correct typos of dates in CHANGELOG and app.py
Browse files- CHANGELOG.md +2 -2
- app.py +2 -2
CHANGELOG.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
# CHANGELOG
|
2 |
|
3 |
-
-
|
4 |
-
-
|
|
|
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 |
-
-
|
237 |
-
-
|
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 |
|