Spaces:
Sleeping
Sleeping
Commit
·
7df95a5
1
Parent(s):
7112a98
update: orderedlist style
Browse files
app.py
CHANGED
@@ -385,9 +385,9 @@ Best Answer: [10:13 - 10:18]({link_start}://roll.ai/colab/1234aq_12314/51234151?
|
|
385 |
Format the output as follows:
|
386 |
|
387 |
**Speaker Name**
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
|
392 |
Requirements:
|
393 |
- Only speaker names should be bold using markdown **Name**
|
@@ -623,7 +623,9 @@ def create_chat_interface():
|
|
623 |
border-style: none !important;
|
624 |
border-width: 0px !important;
|
625 |
}
|
626 |
-
|
|
|
|
|
627 |
"""
|
628 |
js = """
|
629 |
function createIframeHandler() {
|
|
|
385 |
Format the output as follows:
|
386 |
|
387 |
**Speaker Name**
|
388 |
+
1. [Topic title <div id='topic' style="display: inline"> 15s at 12:30 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{750}}&et={{765}})
|
389 |
+
2. [Topic title <div id='topic' style="display: inline"> 30s at 14:45 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{885}}&et={{915}})
|
390 |
+
3. [Topic title <div id='topic' style="display: inline"> 1m 10s at 16:20 </div>]({link_start}://{{origin}}/collab/{{cid}}/{{rsid}}?st={{980}}&et={{1050}})
|
391 |
|
392 |
Requirements:
|
393 |
- Only speaker names should be bold using markdown **Name**
|
|
|
623 |
border-style: none !important;
|
624 |
border-width: 0px !important;
|
625 |
}
|
626 |
+
|
627 |
+
list-style-position: outside;
|
628 |
+
margin-left: 20px;
|
629 |
"""
|
630 |
js = """
|
631 |
function createIframeHandler() {
|