Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ def main():
|
|
| 145 |
"URL": st.column_config.LinkColumn("URL"),
|
| 146 |
},
|
| 147 |
hide_index=True,
|
| 148 |
-
height=len(df)*
|
| 149 |
)
|
| 150 |
|
| 151 |
# Full-width plot for the first category
|
|
|
|
| 145 |
"URL": st.column_config.LinkColumn("URL"),
|
| 146 |
},
|
| 147 |
hide_index=True,
|
| 148 |
+
height=len(df)*37,
|
| 149 |
)
|
| 150 |
|
| 151 |
# Full-width plot for the first category
|