Update post_generator.py
Browse files- post_generator.py +0 -1
post_generator.py
CHANGED
@@ -3,7 +3,6 @@ from few_shot import FewShotPosts
|
|
3 |
|
4 |
few_shot = FewShotPosts()
|
5 |
|
6 |
-
|
7 |
def get_length_str(length):
|
8 |
if length == "Short":
|
9 |
return "1 to 5 lines"
|
|
|
3 |
|
4 |
few_shot = FewShotPosts()
|
5 |
|
|
|
6 |
def get_length_str(length):
|
7 |
if length == "Short":
|
8 |
return "1 to 5 lines"
|