Update CHANGELOG
Browse files- content.py +6 -0
content.py
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
CHANGELOG_TEXT = f"""
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
## [2023-05-30]
|
3 |
- Add a citation button
|
4 |
- Simplify Gradio layout
|
|
|
1 |
CHANGELOG_TEXT = f"""
|
2 |
+
## [2023-06-02]
|
3 |
+
- Add a typeahead search bar
|
4 |
+
- Use webhooks to automatically spawn a new Space when someone opens a PR
|
5 |
+
- Start recording `submitted_time` for eval requests
|
6 |
+
- Limit column max-width
|
7 |
+
|
8 |
## [2023-05-30]
|
9 |
- Add a citation button
|
10 |
- Simplify Gradio layout
|