Upload streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -71,7 +71,7 @@ def show_desc(title, text, ok):
|
|
| 71 |
<span class="title">{title}:</span> {text}
|
| 72 |
</div>
|
| 73 |
<div class="match"><b>MLLM One-to-Many Match:</b> <span class="{cls}">{mark}</span></div>
|
| 74 |
-
<div class="match2"><b>Human-verified Match:</b> <span class="
|
| 75 |
""",
|
| 76 |
unsafe_allow_html=True
|
| 77 |
)
|
|
|
|
| 71 |
<span class="title">{title}:</span> {text}
|
| 72 |
</div>
|
| 73 |
<div class="match"><b>MLLM One-to-Many Match:</b> <span class="{cls}">{mark}</span></div>
|
| 74 |
+
<div class="match2"><b>Human-verified Match:</b> <span class="ok">✓</span></div>
|
| 75 |
""",
|
| 76 |
unsafe_allow_html=True
|
| 77 |
)
|