Upload folder using huggingface_hub
Browse files- app/pages.py +1 -1
app/pages.py
CHANGED
|
@@ -55,7 +55,7 @@ def dashboard():
|
|
| 55 |
with center_co:
|
| 56 |
st.image("./style/audio_overview.png",
|
| 57 |
caption="Overview of the datasets in AudioBench.",
|
| 58 |
-
use_container_width = True
|
| 59 |
)
|
| 60 |
|
| 61 |
st.markdown('''
|
|
|
|
| 55 |
with center_co:
|
| 56 |
st.image("./style/audio_overview.png",
|
| 57 |
caption="Overview of the datasets in AudioBench.",
|
| 58 |
+
# use_container_width = True
|
| 59 |
)
|
| 60 |
|
| 61 |
st.markdown('''
|