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