Spaces:
Running
Running
Ali Hmaou
commited on
Commit
·
0192a8f
1
Parent(s):
ea69268
UI: Adjust header height and add architecture diagram to README
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🏭
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.0.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
@@ -51,6 +51,8 @@ This project illustrates the impressive capabilities of Gradio to expose MCP ser
|
|
| 51 |
|
| 52 |
## 🛠️ Architecture
|
| 53 |
|
|
|
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
## 📚 Installation & Getting Started
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.0.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 51 |
|
| 52 |
## 🛠️ Architecture
|
| 53 |
|
| 54 |
+

|
| 55 |
+
|
| 56 |
|
| 57 |
|
| 58 |
## 📚 Installation & Getting Started
|
assets/images/MCEPTION ARCHITECTURE DIAGRAM EN.jpeg
ADDED
|
Git LFS Details
|
src/mcp_server/server.py
CHANGED
|
@@ -287,7 +287,7 @@ with gr.Blocks(title="MCePtion") as demo:
|
|
| 287 |
|
| 288 |
# Bandeau haut (Image croppée pour ne garder que le haut, env. 40% de l'original)
|
| 289 |
gr.HTML(f"""
|
| 290 |
-
<div style="width: 100%; height:
|
| 291 |
<img src="{_header_image_url}" style="width: 100%; height: 100%; object-fit: cover; object-position: top;" alt="MCePtion Header">
|
| 292 |
</div>
|
| 293 |
""")
|
|
|
|
| 287 |
|
| 288 |
# Bandeau haut (Image croppée pour ne garder que le haut, env. 40% de l'original)
|
| 289 |
gr.HTML(f"""
|
| 290 |
+
<div style="width: 100%; height: 260px; overflow: hidden; margin-bottom: 20px; border-radius: 8px;">
|
| 291 |
<img src="{_header_image_url}" style="width: 100%; height: 100%; object-fit: cover; object-position: top;" alt="MCePtion Header">
|
| 292 |
</div>
|
| 293 |
""")
|