Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ def search(query, top_k: int = 20, rescore_multiplier: int = 1, use_approx: bool
|
|
| 80 |
|
| 81 |
|
| 82 |
with gr.Blocks(title="Requêter Wikipedia en temps réel 🔍") as demo:
|
| 83 |
-
gr.Image("/file=catie(2).png")
|
| 84 |
gr.Markdown(
|
| 85 |
"""
|
| 86 |
## Requêter Wikipedia en temps réel 🔍
|
|
|
|
| 80 |
|
| 81 |
|
| 82 |
with gr.Blocks(title="Requêter Wikipedia en temps réel 🔍") as demo:
|
| 83 |
+
gr.Image("/file=catie(2).png", height=250,width=80)
|
| 84 |
gr.Markdown(
|
| 85 |
"""
|
| 86 |
## Requêter Wikipedia en temps réel 🔍
|