Update app.py
Browse files
app.py
CHANGED
|
@@ -640,9 +640,10 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
|
|
| 640 |
|
| 641 |
# --- 1. LANDING PAGE ---
|
| 642 |
with gr.Column(visible=True) as landing_page:
|
|
|
|
| 643 |
gr.HTML("""
|
| 644 |
<div style="text-align: center; margin-bottom: 20px;">
|
| 645 |
-
<img src="https://huggingface.co/spaces/akaburia/policy-coherence-annotations/
|
| 646 |
</div>
|
| 647 |
""")
|
| 648 |
main_desc = gr.Markdown(
|
|
|
|
| 640 |
|
| 641 |
# --- 1. LANDING PAGE ---
|
| 642 |
with gr.Column(visible=True) as landing_page:
|
| 643 |
+
|
| 644 |
gr.HTML("""
|
| 645 |
<div style="text-align: center; margin-bottom: 20px;">
|
| 646 |
+
<img src="https://huggingface.co/spaces/akaburia/policy-coherence-annotations/resolve/main/landing_page_img.jpeg" style="max-height: 250px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);">
|
| 647 |
</div>
|
| 648 |
""")
|
| 649 |
main_desc = gr.Markdown(
|