Update main.py
Browse files
main.py
CHANGED
@@ -144,10 +144,10 @@ def Search(input, categorie):
|
|
144 |
async def on_chat_start():
|
145 |
await cl.Message(f"> REVIEWSTREAM").send()
|
146 |
sources_videos = [
|
147 |
-
cl.Text(name="Videos", content="""<div width="33%" style="display:inline-block;font-size:0.7rem;max-height:260px;overflow:hidden"><a target="_blank" title="Alizé2 - Dimensionnement routier 1/2" href="https://clap.univ-eiffel.fr/permalink/v1261c4664a50dwedh6w/iframe/"><img src="https://clap.univ-eiffel.fr/thumb/v1261c4664a50dwedh6w/play/" alt="Alizé2 - Dimensionnement routier 1/2"/><p>Alizé2 - Dimensionnement routier 1/2 Alizé2 - Dimensionnement routier 1/2</p></a></div>
|
148 |
-
<div width="33%" style="display:inline-block"><a target="_blank" title="Alizé2 - Dimensionnement routier 1/2" href="https://clap.univ-eiffel.fr/permalink/v1261c4664a50dwedh6w/iframe/"><img src="https://clap.univ-eiffel.fr/thumb/v1261c4664a50dwedh6w/play/" alt="Alizé2 - Dimensionnement routier 1/2"/></a></div>
|
149 |
-
<div width="33%
|
150 |
-
<div width="33%" style="display:inline-block"><a target="_blank" title="Alizé2 - Dimensionnement routier 1/2" href="https://clap.univ-eiffel.fr/permalink/v1261c4664a50dwedh6w/iframe/"><img src="https://clap.univ-eiffel.fr/thumb/v1261c4664a50dwedh6w/play/" alt="Alizé2 - Dimensionnement routier 1/2"/></a></div>""",
|
151 |
display="inline")
|
152 |
]
|
153 |
await cl.Message(
|
|
|
144 |
async def on_chat_start():
|
145 |
await cl.Message(f"> REVIEWSTREAM").send()
|
146 |
sources_videos = [
|
147 |
+
cl.Text(name="Videos", content="""<div width="33%" style="display:inline-block;font-size:0.7rem;max-height:260px;min-width:33%;max-width:33%;overflow:hidden"><a target="_blank" title="Alizé2 - Dimensionnement routier 1/2" href="https://clap.univ-eiffel.fr/permalink/v1261c4664a50dwedh6w/iframe/"><img src="https://clap.univ-eiffel.fr/thumb/v1261c4664a50dwedh6w/play/" alt="Alizé2 - Dimensionnement routier 1/2"/><p style="min-width:33%;max-width:33%">Alizé2 - Dimensionnement routier 1/2 Alizé2 - Dimensionnement routier 1/2</p></a></div>
|
148 |
+
<div width="33%" style="display:inline-block;font-size:0.7rem;max-height:260px;min-width:33%;max-width:33%;overflow:hidden"><a target="_blank" title="Alizé2 - Dimensionnement routier 1/2" href="https://clap.univ-eiffel.fr/permalink/v1261c4664a50dwedh6w/iframe/"><img src="https://clap.univ-eiffel.fr/thumb/v1261c4664a50dwedh6w/play/" alt="Alizé2 - Dimensionnement routier 1/2"/></a><p style="min-width:33%;max-width:33%">Alizé2 - Dimensionnement routier 1/2 Alizé2 - Dimensionnement routier 1/2</p></div>
|
149 |
+
<div width="33% style="display:inline-block;font-size:0.7rem;max-height:260px;min-width:33%;max-width:33%;overflow:hidden"><a target="_blank" title="Alizé2 - Dimensionnement routier 1/2" href="https://clap.univ-eiffel.fr/permalink/v1261c4664a50dwedh6w/iframe/"><img src="https://clap.univ-eiffel.fr/thumb/v1261c4664a50dwedh6w/play/" alt="Alizé2 - Dimensionnement routier 1/2"/></a><p style="min-width:33%;max-width:33%">Alizé2 - Dimensionnement routier 1/2 Alizé2 - Dimensionnement routier 1/2</p></div>
|
150 |
+
<div width="33%" style="display:inline-block;font-size:0.7rem;max-height:260px;min-width:33%;max-width:33%;overflow:hidden"><a target="_blank" title="Alizé2 - Dimensionnement routier 1/2" href="https://clap.univ-eiffel.fr/permalink/v1261c4664a50dwedh6w/iframe/"><img src="https://clap.univ-eiffel.fr/thumb/v1261c4664a50dwedh6w/play/" alt="Alizé2 - Dimensionnement routier 1/2"/></a><p style="min-width:33%;max-width:33%">Alizé2 - Dimensionnement routier 1/2 Alizé2 - Dimensionnement routier 1/2</p></div>""",
|
151 |
display="inline")
|
152 |
]
|
153 |
await cl.Message(
|