mlabonne commited on
Commit
e55f9d4
1 Parent(s): 37308a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.5),
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