Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ st.markdown(
|
|
| 82 |
justify-content: flex-start; /* Aligns to the left */
|
| 83 |
}
|
| 84 |
.logo-container img {
|
| 85 |
-
width:
|
| 86 |
max-width: 200px; /* Set a maximum width */
|
| 87 |
}
|
| 88 |
</style>
|
|
@@ -90,8 +90,7 @@ st.markdown(
|
|
| 90 |
<img src="data:image/png,{img_data}" alt="FactBench Leaderboard Logo">
|
| 91 |
</div>
|
| 92 |
""".format(img_data=st.image(logo_image, output_format="PNG")),
|
| 93 |
-
unsafe_allow_html=True
|
| 94 |
-
)
|
| 95 |
# st.image(logo_image, wi)
|
| 96 |
# st.markdown('<div class="title">FactBench Leaderboard</div>',
|
| 97 |
# unsafe_allow_html=True)
|
|
|
|
| 82 |
justify-content: flex-start; /* Aligns to the left */
|
| 83 |
}
|
| 84 |
.logo-container img {
|
| 85 |
+
width: 40%; /* Adjust this to control the width, e.g., 50% of container width */
|
| 86 |
max-width: 200px; /* Set a maximum width */
|
| 87 |
}
|
| 88 |
</style>
|
|
|
|
| 90 |
<img src="data:image/png,{img_data}" alt="FactBench Leaderboard Logo">
|
| 91 |
</div>
|
| 92 |
""".format(img_data=st.image(logo_image, output_format="PNG")),
|
| 93 |
+
unsafe_allow_html=True)
|
|
|
|
| 94 |
# st.image(logo_image, wi)
|
| 95 |
# st.markdown('<div class="title">FactBench Leaderboard</div>',
|
| 96 |
# unsafe_allow_html=True)
|