lambdaofgod commited on
Commit
89d0cf9
·
1 Parent(s): f5c0c01

better looking gallery

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def setup_repository_representations_tab(repos, representation_types):
56
 
57
  wordcloud_dict = get_representation_wordclouds(representation_types, repos_df)
58
  gr.Markdown("## Wordclouds")
59
- gr.Gallery([(wordcloud, representation_type) for representation_type, wordcloud in wordcloud_dict.items()])
60
 
61
  gr.Markdown("Select a repository and two representation types to compare them.")
62
  with gr.Row():
 
56
 
57
  wordcloud_dict = get_representation_wordclouds(representation_types, repos_df)
58
  gr.Markdown("## Wordclouds")
59
+ gr.Gallery([(wordcloud, representation_type) for representation_type, wordcloud in wordcloud_dict.items()], columns=[3], rows=[4], height=300)
60
 
61
  gr.Markdown("Select a repository and two representation types to compare them.")
62
  with gr.Row():