Commit
·
94b9c52
1
Parent(s):
d79111e
update: title format
Browse files
app.py
CHANGED
@@ -358,7 +358,7 @@ def get_initial_analysis(
|
|
358 |
You should mention the Speaker Name first, then atleast 3 posts with their timestamps, and so on.
|
359 |
Return format is:
|
360 |
Speaker Name
|
361 |
-
1.
|
362 |
2....
|
363 |
For Example:
|
364 |
If the start time is 10:13 and end time is 10:18, the url will be:
|
|
|
358 |
You should mention the Speaker Name first, then atleast 3 posts with their timestamps, and so on.
|
359 |
Return format is:
|
360 |
Speaker Name
|
361 |
+
1. {{Title}}: [start_time - end_time]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{start_time_in_sec}}&et={{end_time_in_sec}}"').
|
362 |
2....
|
363 |
For Example:
|
364 |
If the start time is 10:13 and end time is 10:18, the url will be:
|