Spaces:
Running
Running
Commit
·
9bc8e05
1
Parent(s):
3604386
Back to column_width
Browse files- src/components/tasks.py +1 -1
src/components/tasks.py
CHANGED
|
@@ -10,7 +10,7 @@ def render_task_descriptions():
|
|
| 10 |
Render the benchmark details section
|
| 11 |
"""
|
| 12 |
# Display the MLRC-BENCH image
|
| 13 |
-
st.image("Assests/MLRC_Bench_overview.png",
|
| 14 |
|
| 15 |
# Display the MLRC-BENCH information
|
| 16 |
st.markdown("""
|
|
|
|
| 10 |
Render the benchmark details section
|
| 11 |
"""
|
| 12 |
# Display the MLRC-BENCH image
|
| 13 |
+
st.image("Assests/MLRC_Bench_overview.png", use_column_width=True)
|
| 14 |
|
| 15 |
# Display the MLRC-BENCH information
|
| 16 |
st.markdown("""
|