Spaces:
Sleeping
Sleeping
Commit ·
d3f48fb
1
Parent(s): 39fe5df
fix HF frontmatter: drop emoji, shorten description
Browse files
README.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
---
|
| 2 |
title: Interview Mirror
|
| 3 |
-
emoji: M
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: gray
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
-
short_description: Real-time
|
| 11 |
---
|
| 12 |
|
| 13 |
# Interview Mirror backend
|
|
|
|
| 1 |
---
|
| 2 |
title: Interview Mirror
|
|
|
|
| 3 |
colorFrom: indigo
|
| 4 |
colorTo: gray
|
| 5 |
sdk: docker
|
| 6 |
app_port: 7860
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
+
short_description: Real-time feedback on how you come across in interviews.
|
| 10 |
---
|
| 11 |
|
| 12 |
# Interview Mirror backend
|