Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ def main():
|
|
158 |
"URL": st.column_config.LinkColumn("URL"),
|
159 |
},
|
160 |
hide_index=True,
|
161 |
-
height=int(len(df) * 36.
|
162 |
)
|
163 |
|
164 |
# Add a button to export data to CSV
|
|
|
158 |
"URL": st.column_config.LinkColumn("URL"),
|
159 |
},
|
160 |
hide_index=True,
|
161 |
+
height=int(len(df) * 36.2),
|
162 |
)
|
163 |
|
164 |
# Add a button to export data to CSV
|